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