body {
	font-family: Verdana, Helvetica san-serif;
	font-size: 11;
}

A:link {
	text-decoration : none;
	color: #0066AC
}
A:hover {
	text-decoration : underline;
	color: #FFFFFF;
	background-color: #5F6062;
}
A:active {
	text-decoration : none;
	color: #0066AC
}
A:visited {
	text-decoration : none;
	color: #0066AC
}
A:active:hover {
	text-decoration : underline;
	color: #FFFFFF;
	background-color: #5F6062;
}
A:visited:hover {
	text-decoration : underline;
	color: #FFFFFF;
	background-color: #5F6062;
}
