a:link {
	text-decoration: none;
	color: #0000FF;


}
a:visited {
	text-decoration: none;
	color: #0000FF;

}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
a:active {
	text-decoration: none;
	color: #0000FF;

}
