BODY  {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}

A:link  {
	color : White;
	text-decoration : none;
}

A:visited  {
	color : White;
	text-decoration : none;
}

A:hover  {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

A:active  {
	color : Navy;
	text-decoration : none;
}

H1  {
	color: 0000FF;
}

TD {
	font-size : 14px;
}




