body { 
  scrollbar-face-color      : #FFFACD; 
  scrollbar-highlight-color : #9F9F9F; 
  scrollbar-shadow-color    : #0F0F0F; 
  scrollbar-3dlight-color   : #FFFFFF; 
  scrollbar-arrow-color     : #000000; 
  scrollbar-track-color     : #FFFFFF; 
  scrollbar-darkshadow-color: #FFFFFF; 
  background-color          : #FFFFFF  
}

.mainHeader { 
  font-family: Arial, Helvetica; 
  font-size  : 20px; 
  font-weight: normal;
}

.header {
  font-family: Arial, Helvetica; 
  font-size  : 16px; 
  font-weight: bold;
}

.big {
  font-size  : 14px;
  font-family: Arial, Helvetica;
  font-weight: normal;
}

.bigb {
  font-size  : 14px;
  font-family: Arial, Helvetica;
  font-weight: bold;
}

.source {
  font-size  : 14px;
  font-weight: normal;
  font-family: Courier;
}

ul, p{
  text-align : justify;
  font-size  : 14px;
  font-family: Arial;
  font-weight: normal;
}

code {
  font-weight : bold;
}

p.ind1{
  text-indent : 1em;
}

.tbl{
  text-align : center;
  font-size  : 14px;
  font-weight: normal;
  font-family: Arial, Helvetica;
}

td.exc{
  text-align : center;
  font-size  : 14px;
  font-weight: normal;
  font-family: Arial, Helvetica;
}

a:hover   { color: #FF9900 }
a:active  { color: #FF9900 }
a:link    { color: #009944 }
a:visited { color: #009944 }
a         { text-decoration: none;}
