H3  {
	color : #00aadd;
	font-weight : bold;
}

A  {
	font-weight : bold;
	text-decoration : none;
	color : #0055aa;
}

A:Visited  {
	font-weight : bold;
	color : #0055aa;
	text-decoration : none;
}

A:Active  {
	color : #00aadd;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
	font-size : x-small;
}

TD  {
	font-size : x-small;
	color : Navy;
}

