body         { font-family: Tahoma }

A:LINK, A:VISITED {
	text-decoration : none;
	color : Red;
	font-weight : bold;
	font-family : Tahoma;
}

A:HOVER, A:ACTIVE {
	text-decoration : none;
	color : White;
	font-weight : bold;
	font-family : Tahoma;
}