BODY {BACKGROUND: #CCFFCC;
scrollbar-arrow-color: #003333;
}


BLOCKQUOTE {
  font-family: "Times New Roman", "Times", "Serif";
}

BLOCKQUOTE.reference {
  text-indent: -5%;
}

BLOCKQUOTE.refexample {
  font-family: "Arial, Helvetica, sans-serif";
  text-indent: -5%;
}

.example {
  font-family: "Arial", "Helvetica", "sans-serif";
}

P {
  font-family: "Times New Roman", "Times", "Serif";
}

H1 {
  color: #003333;
  text-align: center;
  font-size: 170%;
}

H2 {
  color: #003333;
}

H3 {
  color: #003333;
}

H4 {
  color: #003333;
}

H5 {
  color: #003333;
}
H6 {
  color: #003333;
}
SPAN.red {
  color: red;
}

SPAN.green {
  color: green;
}

SPAN.blue {
  color: blue;
}

SPAN.orange {
  color: orange;
}

SPAN.purple {
  color: purple;
}

SPAN.highlight {
  color: black;
  background-color: yellow;
}

SPAN.pighlight {
  color: black;
  background-color: pink;
}

A:link {
  color: blue;
  text-decoration: none;
  background-color: transparent;
}

A:visited {
  color: purple;
  text-decoration: none;
  background-color: transparent;
}

A:hover {
  color: white;
  text-decoration: none;
  background-color: #003333;
}

A:active {
  color: magenta;
  text-decoration: none;
  background-color: transparent;
}
