BODY  {
	background-color : #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;	
	color : White;
}

A:link {
	color : White;
	font-weight : bold;
	text-decoration : underline;
}

A:active {
	color : Yellow;
	font-weight : bold;
	text-decoration : underline;
}

A:visited {
	color : White;
	font-weight : bold;
	text-decoration : underline;
}

A:hover {
	color : Yellow;
	font-weight : bold;
	text-decoration : underline;
}

P.Small {
  font-size: 10px;
}
