

.hsep { color: blue; }

/* body style */
BODY { 
  background-color: #000000;
  color: #cfcfcf;
  margin-top: 0;
  margin-left: 7px;
  margin-right: 15px;
  border: 0;

  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
}

/* tables style */
TABLE.outer { background-color: #0000a8; }
TABLE.inner { background-color: #000044; }
TR.heading { background-color: #000066; font-size: 14px; }
TR.menurow { background-color: #000044; }
TR { font-size: 12px; }

a:link {  color: #0099ff; text-decoration: none; }
a:visited { color: lightblue; text-decoration: none; }
a:active { color: white; text-decoration: none; }
a:hover { color: #00bbff; text-decoration: underline; }

