BODY {
		font-family: "Arial";
		font-size: 10pt;
  		font-style: normal;
		}


A:Visited
  {	Text-decoration: none; 
		color: "blue";
  }


A:HOVER 
  {	text-decoration: none;
		color: "red";
  }

A:Link 
  {	Text-decoration: none; 
		color: "blue";
  }



TABLE {
		font-family: Arial;
		font-size: 10pt;
		font-style: normal;
}







