body {
 background: black;
}

th, td, a, p, div, h1, h2, h3, li {
 font-family:Georgia;
 color:white;
}

/* td needed for map pop-ups, div needed for Map, Satellite, Hybrid buttons */
#map td, div {
 color:black;
}

a:link { color:#F38F9F; text-decoration: underline; }
a:visited { color:#FAD5E5; text-decoration: underline; }
a:hover  { color:#0099FF; text-decoration: underline; }
a:active  { color:#ED1C24; text-decoration: underline; }

.steep {
 color:#FAD5E5;
 text-align: right; 
}

.steeper {
 color:#F38F9F;
 text-align: right; 
}

.steepest {
 color:#ED1C24;
 text-align: right; 
}

.on {
 font-weight: bold;
 color:#FFF500;
}

.off:link {
 color:#FFFFFF;
 text-decoration: none;
}

.off:visited {
 color:#FFFFFF;
 text-decoration: none;
}

.off:hover {
 color:#33CCFF; /* was #0099FF */
}

img.icon {
 border: 0;
 vertical-align: middle;
 width: 32;
 height: 32;
}
