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;
}

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;
}

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

H3 {
  font-size:16px;
  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: 1mm #00FF99 outset;
  border-right: 1mm outset;
  border-bottom: 1mm outset;
  border-left: 1mm #00FF33 outset;
}

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 {
  border-top: medium green solid;
  background-color: #CCFFCC;
  border-color: #99FF99;
  border-right: medium green solid;
  border-bottom: medium green solid;
  border-left: medium green 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;
}

BODY {
  font-family: Verdana;
  font-size: 10px;
}

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

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

HR {
  border-top: medium #FF3300 inset;
  border-left: #FF6600;
}
pre {
	font-size: 12px;
}
