BODY, TD {
	font-family : Comic Sans MS, Arial, Verdana;
	
}

A {
	text-decoration: underline;
	color: blue;
	background-color : transparent;
}

A:VISITED {
	text-decoration: underline;
	color: #666666;
	background-color : transparent;
}


A:Hover {
	text-decoration: none;
	color: Red;
	background-color : Yellow;
	}

