body
{
	font: 12px/18px 'Trebuchet MS' , Arial, sans-serif;
	color: dimgray;
}

TD
{
	list-style-position: inside;
	font: 12px/18px  'Trebuchet MS' , Arial, sans-serif;
	color: dimgray;
	list-style-type: square;
}
    
   
    
    H1
{
	font: 18px/19px 'Times', 'Trebuchet MS' , 'Century Gothic';
	color: #990000;
}
		
		H2
    {
		font: x-small Verdana, Arial, sans-serif;
      font-size: 10;
      line-height: 17px;
      color:Black;	
		}
		
		H3
    {
		font: x-small Verdana, Arial, sans-serif;
      font-size: 8;
      line-height: 17px;
      color:Black;	
		}

A:hover
{
	text-decoration: overline;
}

LI
{
	list-style-position: outside;
	font-size: 11px;
	line-height: 14px;
	list-style-type: square;
}




A:link
{
	
	text-decoration: underline;
	color: dimgray;
}


A:visited
{
	color: dimgray;
	text-decoration: underline;
}


