BODY  {
	background : White;
}

A:link  {
	color : Red;
	text-decoration : none;
}

A:visited  {
	color : Red;
	text-decoration : none;
}

A:hover  {
	color : Red;
	text-decoration : underline;
}


