<style>    P  {}
    
    H1  {}
    
    H2  {}
    
    H3  {}
    
    A  {
    	font-weight : bold;
    	color : #ff6699;
    }
    
    A:Visited  {
    	color : #cc6699;
    }
    
    A:Active  {
    	color : #cc3399;
    }
    
    A:Hover  {
	text-decoration : none;
	font-size: 14pt;
    }
    
    BODY  {
    	background-color : #000000;
    	margin-left : 0;
    	margin-top : 0;
    	margin : 0px;
    }
    
    </style>
