

body  {
 background: #990000;
  	margin : 0;
  	padding : 0;
  	font : normal 14px/1.3;
  	font-family : Tahoma, Verdana, Arial;

  }
  
  a:link  {
  	color : red;
  	text-decoration : underline;
  	font-weight : bold;
  }
  
  a:visited  {
  	text-decoration : ubderline;
  	color : black;
  }
  
  a:hover  {
  	text-decoration : none;
  	background-color : red;
  	color : white;
  }
  
  a:active  {
  	text-decoration : none;
  	color : #800040;
  }
  
  h2  {
  	color : white;
  }
	
