a:link {
	color: #0033FF;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #0033FF;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #0033FF;
	text-decoration: none;
}
