BODY {
		font-family: "Arial";
		font-size: 10pt;
  		font-style: normal;
		}


A:Visited
  {	Text-decoration: none; 
		color: "orange";
  }


A:HOVER 
  {	text-decoration: none;
		color: "red";
  }

A:Link 
  {	Text-decoration: none; 
		color: "blue";
  }


.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: 10pt;
		font-style: normal;
}







