html{
background:#00315d;
}
BODY {
  color: #000000;
  background: #ffffff;
margin:0em auto 0em;
padding:20px;
max-width: 750px;
font-family: sans-serif;
font-size: 110%;
line-height: 1.6;
}
H1, H2 {
  color: #cc0000;
  font-family: sans-serif;
}
H3, H4, H5 {
  font-family: sans-serif;
}

PRE, TT, CODE, KBD, VAR {
  font-family: monospace;
  color: #006633;
}

A:active {
    color: #ff0000; 
}   
A:visited {
    color: #cc0000;
}   
A:link {
    color: #000099;
}   
A:hover {
    color: #cc0000;
}   

