a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline overline;
	background-color: #CCCCCC;
}
a:active {
	color: #003399;
	text-decoration: underline overline;
	background-color: #CCCCCC;
	font-weight: bolder;

}
