a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

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

}
a:active {
	color: #009900;
	text-decoration: none;
	font-weight: bold;

}
