BODY {
  font-family: Verdana;
  font-size: 10px;
  background-color: #FFFFFF;
}

A:link {
  color:#0000FF;
  font-weight: bold;
  font-size: 11px;
}

A:active {
  color:#000000;
  font-weight: bold;
  font-size: 11px;
}

A:visited {
  color: #990000;
  font-weight: bold;
  font-size: 11px;
}

A:hover {
  color: #000000;
  background-color: #CCCCFF;
  font-weight: bold;
}

A.offsite:link {
  color:#0000FF;
  font-weight: bold;
  font-size: 11px;
}

A.offsite:active {
  color:#990000;
  font-weight: bold;
}

A.offsite:visited {
  color: #990000;
  font-weight: bold;
}

A.offsite:hover {
  color: #000000;
  background-color: #CCFFFF;
  font-weight: bold;
}

A.onsite:link {
  color:#0000FF;
  font-weight: bold;
}

A.onsite:active {
  color: #FF0033;
  font-weight: bold;
}

A.onsite:visited {
  color:#990000;
  font-weight: bold;
}

A.G:hover {
  color:#FF0000;
  background-color: #CCCCFF;
  font-weight: bold;
}

A.G:link {
  color: black;
  font-weight: bold;
}

A.G:active {
  color:#FF0000;
  font-weight: bold;
}

A.G:visited {
  color:#FF00FF;
  font-weight: bold;
}

A.onsite:hover {
  color: black;
  background-color: #CCCCFF;
  font-weight: bold;
}

H1 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 18px;
  color: #330000;
  font-weight: bold;
  text-align: center;
  background-color: #FFCC33;
  margin-right: 5%;
  margin-left: 5%;
  border-top: medium #CC6600 solid;
  border-right: medium #996600 solid;
  border-bottom: thin #330000 solid;
  border-left: thick #993300 solid;
}

H2 {
  font-size: 16px;
  padding-left: 2%;
  color: #FFCC66;
  background-color: #330000;
  padding-right: 10px;
  margin-right: 50%;
}

H3 {
  font-size:14px;
  padding-left: 5%;
}

H4 {
  font-size: 12px;
  padding-left: 7%;
}

TABLE {
  font-size: 10px;
  background-color: white;
  text-align: left;
  font-family: Verdana;
  border-top:thin #CC6600 solid;
  border-right: medium #996600 solid;
  border-bottom: thin #330000 solid;
  border-left: medium #993300 solid;
}

TABLE.noborder {
  font-size: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 0px #FFFFFF none;
  border-right: 0px #FFFFFF none;
  border-bottom: 0px #FFFFFF none;
  border-left: 0px #FFFFFF none;
}

TABLE.contents {
  background-color: #CCFFCC;
  border-top: medium green solid;
  border-right: medium  #00FF00 solid;
  border-bottom: medium#00FF00 solid;
  border-left: medium #00FF00 solid;
; border: #663300; border-style: double
}

TABLE.logo {
 border-top:thin #CC6600 solid;
 border-bottom: thin #CC6600 solid;
 border-left:thin #FFFFFF solid;
 border-right:thin #FFFFFF solid;
}

SPAN.An {
  color: #000000;
  font-weight: bold;
  background-color: #FF9999;
  border-top: #990000 none;
  border-right: #990000 none;
  border-bottom: #990000 none;
  border-left: #990000 none;
}

SPAN.Co {
  color: #660033;
  font-weight: bold;
}

SPAN.Code {
  font-family: Arial, helvetica, sans-serif;
  color: #660033;
  font-weight: bold;
}

SPAN.Com {
  color:FF00FF;
  font-weight: bold;
}

SPAN.Ex {
  color: #003300;
  font-weight: bolder;
  background-color: #FF9966;
  font-size: medium;
}

SPAN.Eval {
  font-family: Arial, helvetica, sans-serif;
  color: #660033;
  font-weight: bold;
}

SPAN.Gloss {
  color: #003300;
  font-weight: bolder;
  background-color: #66FFFF;
  font-size: large;
}

SPAN.Hi {
  color: #CCFFCC;
  font-weight: normal;
  background-color: #000066;
  border-top: #330033 none;
  font-family: "MS Sans Serif";
  border-right: #330033 none;
  border-bottom: #330033 none;
  border-left: #330033 none;
}

SPAN.Qu {
  color: #660033;
  font-weight: bold;
  background-color: #FFCCCC;
  font-size: medium;
}

PRE.Co {
  font-family: Arial, helvetica, sans-se;
  color: #660033;
  font-weight: bold;
  font-size: 10px;
}

PRE.Co2 {
  font-family: Arial, helvetica, sans-serif;
  color: #000099;
  font-weight: bold;
  font-size: 10px ;
}

HR {
  border-top: medium #FF3300 inset;
  border-left: #FF6600;
}
