    
	A:link  {
    	text-decoration : underline;
    	color : #cccccc;
    }
    
    A:visited  {
    	text-decoration : underline;
    	color : #cccccc;
    }
    
    A:active  {
    	text-decoration : underline;
    	color : #cccccc;		
    }
    
    A:hover  {
    	text-decoration : none;
    	color : #66ff99;
    }
    

    Body  {
    	font-family : Verdana, Sans-serif;
    	color : #ffffff;
    	background : #000066;
    }
    


