H3  {
	color : Blue;
	font-weight : bold;
}

A  {
	text-decoration : none;
	color : Blue;
	font-weight : bold;
}

A:Visited  {
	color : Navy;
}

A:Active  {
	color : Fuchsia;
}

A:Hover  {
	color : Fuchsia;
	text-decoration : underline;
}

BODY  {
	font-size : x-small;
	font-family : Times New Roman;
}

TD  {
	font-size : x-small;
	font-family : Times New Roman;
}

ADDRESS  {
	font-size : smaller;
	font-family : Times New Roman;
}

