
body { background-color: black; color: white; font-size: 13px;}

A          { text-decoration: none;  font:arial,helvetica,sans-serif; 
             font-weight: bold; color:white; }
A:visited  { color: #F00 }
a:active   { color: #FFF }
a:hover    { color: #000; background: #EEF}

pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul,body { font-family: arial,helvetica,sans-serif; }
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
.h2text {font-size: 20px;}
.bigtext {font-size: 17px;}
.midtext {font-size: 15px;}
p,ul,ol,dl,a,td {font-size: 13px;}
span.red { background: black; color: red }

div.map {
     float: left;
     border: solid thick;
     border-color: red;
     width: 177; height: auto;
     top: 0.5em; left: 0.5em; bottom: auto; right: auto;
     padding: 10 10 10 10;
     margin: 5 15 15 5;
     display: block;
     background: black;
     color: white;
    }
div.map > ul {
     margin: 20;
     padding: 0 }
div.map a {
     font-weight: bold; }

div.top {
     background: red;
     color: white;
}
