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

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

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

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

}
