body 
{
   font-family:arial;
   font-size: 10pt;
   font-style: normal;
}

a:visited
{
   text-decoration: none; 
   font-size: 9pt;
   color: "darkorange";
}

a:hover 
  {	text-decoration: none;
	color: "red";
  }

a:link 
  {	text-decoration: none; 
	color: "blue";
  }


// this corrects IE8 bug where images jump.
// http://www.webmasterworld.com/css/3907234.htm
img 
{
  vertical-align:bottom;
}

.hilite 
{ 
   color: #800000;
   font-family: arial, helvetica;
   background: #ffff99
}

.boldhilite 
{ 
   color: #800000;
   font-family: arial, helvetica;
   font-weight: bold;
   background: #ffff99
}


table 
{
	font-family: arial;
	font-size: 20pt;
	font-style: normal;
}

