BODY, TABLE, A, A:HOVER, TEXTAREA, OPTION, OPTGROUP, BUTTON, #header, #leftcol, #content {
  font-family: Serif;
/*  font-size: 12px; */
  color: #000066;
}

BODY, #header, #leftcol, #content {
  margin:1px; margin-width: 1px;
  margin-height: 1px;
  text-align : center;
/*
  background-image:url('images/paper2.jpg');
  background-attachment:fixed;
*/
  background-color: #ffffcc;
  scrollbar-3d-light-color:white;
  scrollbar-arrow-color:#000000;
  scrollbar-base-color:#ccffff;
  scrollbar-darkshadow-color:#888888;
  scrollbar-face-color:#a8a8cc;
  scrollbar-highlight-color:#8888ff;
  scrollbar-shadow-color:#000044;
  scrollbar-track-color: #ccccff;
}

#main {
  position: relative;
  text-align : center;
  top: 0px;
  width: 850px;
  height: 900px;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 850px;
  height: 60px;
}
#leftcol {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 150px;
  height: 100%;
}
#content {
  position: absolute;
  top: 50px;
  left: 150px;
  width: 700px;
  height: 700px;
}
H1, H2, H3, H4, H5, H6 {
/*  font-variant: small-caps; */
  font-style: italic;
  }

OL, LI {
  text-align : justify;
}

TABLE, TH,TD {
  border-color: #009999;
}

tr.odd {
  background-color: #ccffff;
   }

tr.even {
  background-color: #ffffff;
   }

tr.odd:hover, tr.even:hover {
  background-color: #cccccc;
   }

TH {
  background-color: #cccc66;
  color: #000000;
}

TD {
  page-break-after: avoid;
}

A {
  color: #003000;
  text-decoration: underline;
}

A:HOVER {
  color: #990000;
  text-decoration: underline overline;
/*  background-color: #006600; */
}

IMG {
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
}

BUTTON {
  margin-right:3;
  margin-top:3;
  background-color: #99CCff;
}

BUTTON:HOVER {
  color: #99CCff;
  background-color: #000099;
}

HR {
  color: #009999;
}

OPTGROUP {
  text-decoration: bold;
}


