body {
  margin: 0;
  background: #5F9EA0;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  scrollbar-face-color: #CCCC99;
  scrollbar-arrow-color: #006400;
  scrollbar-track-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-Color: #000000;
}

a:link {
  color: #666600;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none
}

a:visited  {
  color: #666600;
  font-family: arial, helvetica, sans-serif;
  text-decoration: none
}

a:hover  {
  color: #666600;
  font-family: arial, helvetica, sans-serif;
  text-decoration: underline
}

a:active  {
  color: #5F9EA0;
  font-family: arial, helvetica, sans-serif;
  text-decoration: underline
}

td { 
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}
th {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}
alt {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

.boxed1 {
 background: #006400;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-right: 1px solid #000000;
 border-left: 1px solid #000000;
}

.boxed2 {
 background: #ffffff;
 border-top: 2px solid #006400;
 border-bottom: 2px solid #006400;
 border-right: 2px solid #006400;
 border-left: 2px solid #006400;
}

.boxed3 {
 background: #cccc99;
 border-top: 4px solid #666600;
 border-bottom: 4px solid #666600;
 border-right: 1px solid #666600;
 border-left: 1px solid #666600;
}

.boxed4 {
 background: #cccc99;
 border-top: 1px dotted #ffefd5;
 border-bottom: 1px dotted #ffefd5;
 border-right: 1px dotted #ffefd5;
 border-left: 1px dotted #ffefd5;
}