H1  {
	font-size : large;
	font-family : sans-serif;
	color : White;
}

A  {
	color : White;
	text-decoration : none;
	font-weight : bold;
	font-size : 8pt;
}

A:Visited  {
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : Silver;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color : Silver;
	text-decoration : none;
	font-weight : bold;
}

BODY  {
	font-family : sans-serif;
	font-size : x-small;
}

TABLE  {
	font-size : x-small;
	font-family : sans-serif;
}


