body {
	font-family: "Verdana";
        background: #000000;
	font-size: 10pt;
	font-weight: bold;
       	color: #ADD8E6;
     }

H1 {	font-family: "Comic Sans MS";
	font-size: 16pt;
	color: #FF1493;
	}

A:link {        
	font-size: 10pt;
	font-family: "Tahoma";
        color: #1E90FF ;
	text-decoration: none;
       }

A:visited {
	   font-size: 10pt;
	   font-family: "Tahoma";
           color: #1E90FF ;
	   text-decoration: none;
          }

A:hover {
         font-size: 10pt;
	 font-family: "Tahoma";
         color: #ADD8E6;
         text-decoration: none
        } 

A.new:link {        
	font-size: 10pt;
	font-family: "Tahoma";
        color: #FFFF00 ;
	text-decoration: none
       }

A.new:visited {
	   font-size: 10pt;
	   font-family: "Tahoma";
           color: #FFFF00 ;
	   text-decoration: none
          }

A.new:hover {
         font-size: 10pt;
	 font-family: "Tahoma";
         color: #90EE90 ;
         text-decoration: none
        } 
