A:link {text-decoration:none;color:White;}
A:visited {text-decoration:none;color:gold;}
A:active {text-decoration:none;color:#999999;}
A:hover {text-decoration:underline;color:#999999;font-weight:bold}



H1 
{
color: red;
text-align:"center";
font-size:x-large;
strong;
span style="color: red";
}
	
H2
{
color: #999999;
font-size:large;
text-decoration: underline; 
bold;
}

H3
{
color: gold; 
text-decoration: underline; 
text-align: center;
}

BODY 
{
color: white;
background-color: black; 
text-indent:4cm
}

