<style>  P  {
  	font-size : x-small;
  	font-family : Arial;
  	font-weight : bold;
  	color : White;
  }
  
  H1  {
  	font-size : x-large;
  	font-family : Comic Sans MS;
  	font-weight : bold;
  	color : Yellow;
  	font-style : normal;
  }
  
  H2  {
  	font-size : x-large;
  	color : Yellow;
  	font-style : normal;
  	font-weight : normal;
  	font-family : Times New Roman;
  }
  
  H3  {
  	font-size : small;
  	font-family : Times New Roman;
  	font-weight : normal;
  	font-style : normal;
  	color : White;
  }
  
  A  {}
  
  A:Visited  {
  	color : White;
  }
  
  A:Active  {
  	color : Yellow;
  }
  
  A:Hover  {
  	color : Red;
  }
  
  BODY  {
  	color : Black;
  }
  
  </style>
