<style type="text/css">
   
 strong  {
  	font-family : Arial;
  	color : Red;
  	font-weight : bold;
  
  }
  
  P  {
  	font-family : Arial;
  	color : black;
  }
  
  H1  {
  	font-family : Arial;
  	color : Red;
  }
  
  H2  {
  	font-family : Arial;
  	color : Red;
  }
  
  H3  {
  	font-family : Arial;
  	color : Red;
  }
  
  A  {
  	color:red;
	font-family:Arial;
	}
  
  A:Visited  {
  	color : black;
  	font-family : Arial;
  }
  
  A:Active  {
   	color : red;
  }
  
  A:Hover  {
  	color : Blue;
  }
  
  table  {
  	font-family : Arial;
  	color : black;
  }
  
  td  {
  	font-family : Arial;
  	color : black;
  }
  
  th  {
  	font-family : Arial;
  	font-weight : bold;
  	color : Red;
    }
  
 BODY  {
  	font-family : Arial;
  	color : black;
  	background-attachment: fixed;
	background-color : white;
  	border-color : Silver;
	
  } 
  
  </style>