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