 H1, H2, H3 { color: blue; }
 a:link { text-decoration: underline; color: 55bbee; }
 a:visited { text-decoration: underline; color: 3399cc; }
 a:hover { text-decoration: underline; color: red; }
 a:active { text-decoration: underline; color: red; }
 .footnote { color: red; font-size: x-small; }
 .header { color: blue; font-size: large; }
 .normal { color: blue; }

body
{
 color: #3399cc;
 background-color: black;
 font-family: Helvetica, Arial, sans-serif;
 scrollbar-face-color: #3399CC;
 scrollbar-shadow-color: #1177AA;
 scrollbar-highlight-color: #55BBEE;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-track-color: #6E6C69;
 scrollbar-arrow-color: #FFFFFF;
}

.code {
  background-color:#ddd;
  color:#000;
  padding: 6px 6px 6px 6px;
  margin: 20px 30px 20px 30px;
}
