

a:link {
	text-decoration:none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #CC0099;
}
a:hover {
	text-decoration:underline; font-weight:bold;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color:#CC6600;
}