a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #990000;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
