body {
  margin: 0;
  <!-- overflow: hidden; --> /* hidden for ie, commented to allow mousewheel in mozilla */
  font-family: Arial;
  font-size: 10pt; /* will not affect text in div or table */
  color: black; 
  background-image: url('images/jdp_background.gif'); 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  scrollbar-face-color: steelblue; 
  scrollbar-arrow-color: lightsteelblue; 
  scrollbar-track-color:  #CCCCFF;
  scrollbar-shadow-color: #000080;
  scrollbar-base-color: #00BFFF; 
  a:active color orange; 
  background-position: 150px }
  
a:link       { text-decoration: underline; color: #0000FF } /* blue */
a:visited    { text-decoration: underline; color: #483D8B } /* darkslateblue */
a:hover      { color: #000080; text-decoration: underline;} /* navy */

table { font-size: 10pt;} /* text in tables is unnaffected by body and div tags */

H1 { font-size: 18pt; font-weight: Bold; color: navy }
H2 { font-size: 14pt; font-weight: Bold; color: navy }
H3 { font-size: 12pt; font-weight: Bold; font-style: italic; color: navy }
H4 { font-size: 12pt; font-weight: Bold; color: navy }
H5 { font-size: 10pt; font-weight: bold; color: navy }
H6 { font-style: italic; color: navy }

div#content {
  margin-left: 152px;
  font-size: 10pt;	/* change font size here, not body */
  height: 100%;
  <!-- overflow: auto; --> }/* overflow must be auto for ie*/
  
div#fixed {	/* navigation panel */
  height: 100%;
  position: fixed; /* fixed for mozilla */
  <!-- position: absolute; /* position must be absolute for ie*/
  top: 0;
  left: 0; -->}
  
A.menulink {
  display: block; 
  <!-- width: 1em; -->
  text-align: left;
  text-decoration: none;
  font-family: Arial; 	/* navigation font */
  font-size: 10pt;
  color: black;
  border: 1px solid #CCCCFF;}
  
A.menulink:hover {
  color: 'black';
  border: 1px solid darkblue;
  background-color: #B0C4DE;
  text-decoration: none;}

A.menulink:visited {
  text-align: left;
  text-decoration: none;
  color: #000000;}

A.menulink:active {
  color: lightgrey;
  border: 1px solid darkblue;
  background-color:'steelblue';
  text-decoration: none;}
