.con  a:link {
	font-weight: bold;
	color: #660099;
	text-decoration: underline;
}
.con  a:visited {
	font-weight: bold;
	color: #660099;
	text-decoration: underline;
}
.con  a:active {
	font-weight: bold;
	color: #660099;
	text-decoration: none;
}
.con  a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
