a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;

}
a:hover {
	font-weight: bold;
	color: #00FFCC;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}
