<html> {}
body
{
font-family:"Arial","Sans-serif","Helvetica";
background-color:000000;
color:ffffff;
font-size:1em;
}
h1
{
font-size:2em;
}
h2
{
font-size:1em;
font-weight:bold;
}
.legend
{
font-style:italic;
text-align:center;
}
.header
 { 
 color: white; 
 font-weight: bold; 
 font-size: 2em; 
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
 background-color: #878787; 
 text-align: center 
}
 .headline
 { 
 color: white; 
 font-weight: bold; 
 font-size: 1em; 
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
 background-color: #878787; 
 }
 a:link
 {
 color:white;
 }
 a:hover
 {
 color:red;
 }
 a:active
 {
 color:blue;
 }
 a:visited
 {
 color:white;
 }
</html>
