a:link {
	font-family: "tahoma", Times, serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-family: "tahoma", Times, serif;
	font-size: 12px;
	color: #0066FF;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-family: "tahoma", Times, serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

a:active {
	font-family: "tahoma", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;

}