 BODY {
            background : url("backgrnd.jpg") Black no-repeat fixed;
            color : White;
           
}
H1{
	color : White;
	font-size : xx-large;
	font-style : italic;
	text-align : center;
}
H2{
	color : White;
	font-size : x-large;
	font-style : italic;
	
}
a {
         line-height: 150%;
}
a:hover{
        color:red;
} 
a:visited { color:gray}
