html, body { 
padding : 0;
margin : 0;
height : 100%;
font-size : 12px;
font-variant : normal;
font-weight : normal;
font-style : normal;
font-family : Arial, Verdana, Helvetica, sans-serif;
color : black;
background : black;
text-align : left;
font-weight:normal;
}

H1 {font-size:10px; line-height:12px; color:#7F0000;}

a:link {color: #7F0000; text-decoration: none}
a:visited {color: #7F0000; text-decoration: none}
a:hover {color: white; text-decoration: none}




