BODY{   
        font-family:tahoma; 
		font-size:16pt;
		background-color:#000000;
		color:#FFFFFF;	
		margin-right:250;
		margin-left:30;		   
		background-repeat:repeat-y
        }
H1{
        color:pink
		
        }
H2{
        color:white
	
        }
H3{
        color:white
	
        }
H4{
        color: white;
		font-size:22pt; 
		
        }
H5{
		color: #E9FC80;
		font-size:14pt
        }
H6{
        color: #804000;
		font-size:12pt
        }
A:link{
    	color:purple;
		text-decoration:none
		}
A:visited{
		color:purple;
		text-decoration:none
        }
A:hover{
        color:purple;
		text-decoration:none
        }


