<style>  P  {}
  
  H1  {}
  
  H2  {}
  
  H3  {}
  
  A  {
  	color : #840063;
  	text-decoration : none;
  }
  
  A:Visited  {
  	color : #840063;
  	text-decoration : none;
  }
  
  A:Active  {
  	color : #840063;
  	text-decoration : underline;
  }
  
  A:Hover  {
  	color : #840063;
  	text-decoration : underline;
  }
  
  BODY  {
  	background-color : White;
  	color : #000076;
  }
  
  TD  {
  	color : #000076;
  }
  
  </style>