body
  {
  background-color: #66cbed; 
  font-family: verdana,arial,sans-serif;
  font-size: 16;
  }

A
  {
  text-decoration: underline;
  color: #000000;
  }
  
A.:hover
	{
	text-decoration: underline; 
	color:#000000;
	}

A:link
  {
  color: blue; 
  text-decoration: none;
  }
  
A:visited	
  {
  color: blue;
  }

H1
	{
	color: white;
	font-size:11pt;
	}

H2
  {
  color: white; 
  font-size:10pt;
  }
  
H3
	{
	color: black; 
	font-size: 9pt;
	}

HR
	{
	color: #a7a7a7;
	}

TH
  {
  background-color: darkblue; 
  color: white;
  }

IMG
  {
  border: 0;
  }

TD
  {
  font-family: verdana,arial,sans-serif; 
  font-size: 8pt;
  }
p
  {
  font-size: 8pt;
  }

LI
  {
  padding: 3px; 
  line-height: 12px;
  }

