a:link {
	color:#000099;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color:#333333;
	text-decoration:underline;
	font-weight: bold;
}
a:visited {
	color:#000099;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}