A  {
	font-size : x-small;
	font-family : verdana, arial, helvetica, sans-serif;
	color : green;
	font-weight : bold;}

A:link  {
	color : green;
	text-decoration : underline;}

A:hover  {
	color : green;
	text-decoration : underline;}

A:active  {
	text-decoration : underline;
	color : green;}

A:visited  {
	text-decoration : underline;
	color : green;}

BODY   {font-size : x-small;
		font-family : verdana, arial, helvetica, sans-serif;
		text-align : left;
		color : white;
		background-color : navy;}

TABLE   {font-size : x-small;
		font-family : verdana, arial, helvetica, sans-serif;
		text-align : left;
		color : navy;
		background-color : white;}
		
TD.head2   {font-size :small;
		font-family : verdana, arial, helvetica, sans-serif;
		text-align : center;
		color : navy;
		background-color : white;}
		
TD.head1   {font-size : large;
		font-family : verdana, arial, helvetica, sans-serif;
		text-align : center;
		text-decoration: none;
		color : navy;
		background-color : white;}

H1  {
	font-size : x-large;
	text-align : center;}

H2  {
	font-size : large;
	text-align : center;}

H3  {
	font-size : medium;
	text-align : center;}