a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #660099;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
