body {position: relative; background:DimGray; margin: 0; padding: 0; max-width:1000px;}

td{font-family:verdana,arial,helvetica; font-size:10pt; color:black;}

img {width: auto; max-width: 100%; height: auto;} 

a{font-family:arial,helvetica; color:blue; text-decoration:none}

a:hover {color:crimson; text-decoration:underline}

input{font-family:Verdana; font-size:8pt; margin-top:0px; margin-left:0px;}

table {border:0; cellpadding:0; cellspacing:0}

div#links {position: absolute; top: 50px; left: 0; width: 85px;
 height: 700px; font: 16px Verdana, sans-serif; z-index: 100;}

div#links a 
{color: MidnightBlue;
  background: silver;
  border-right: 3px solid gray; 
  border-left:3px solid white; 
  border-top: 3px solid white; 
  border-bottom: 3px solid gray; 
    display: block; text-align: center; 
    font: bold 1em sans-serif; 
    padding: 2px 10px; 
    margin: 0 0 1px; 
    text-decoration: none;
}

div#links a:hover {color: White; background: RosyBrown;
  border-right: 3px solid gray; 
  border-left:3px solid white; 
  border-top: 3px solid white; 
  border-bottom: 3px solid gray}

div#links a span {display: none;}

div#links a:hover span {display: block;
  position: absolute; top: 154px; left: -3; width: 72px;
  padding: 3px; margin: 3px; z-index: 100;
  color: black; background: ivory; 
  font: 10px Tahoma, sans-serif; text-align: center; height: 60px; border: 3px solid black; }

div#content {position: absolute; top: 0px; left: 85px; right: 5px;
  color: midnightblue; background: lightgrey; 
  font: 13px Verdana, sans-serif; padding: 10px; 
  border: solid 5px moccasin;}

div#content p {margin: 0 1em 1em;}

h3 {margin: -14px -9px 0.5em;
  padding: 15px 0 5px; 
  text-align: right;
  background: rosybrown;
  color: white;
  letter-spacing: 0.5em;
  text-transform: lowercase;
  font: bold 25px sans-serif;
  height: 28px;
  vertical-align: middle;
  white-space: nowrap;}

h2 {color:steelblue; font-style:italic}

div#content h3 {margin-bottom: 0em;}

dt {font-weight: bold;}

dd {margin-bottom: 0.66em;}

div#content a:link {color: blue;}

div#content a:visited {color: blue;}

div#content a:link:hover {color: crimson;}

code, pre {color: tan; font: 110% monospace;}

