
BODY {
  margin: 0;
  padding: 0; } 

UL.leftbar {
  margin-left: 20px;
  margin-right: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: white; }

A:link {
  color: #0033aa;
  text-decoration: underline; }

A:active {
  color: #3366dd;
  text-decoration: underline; }

A:visited {
  color: #111177;
  text-decoration: underline; }

A:hover {
  color: #3366dd;
  text-decoration: underline; } 

P {
  margin-left: 30px;
  margin-right: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  text-align: justify; }

P.leftbar {
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  color: #000000;
  text-align: left; }

P.leftbartitle {
  margin-left: 4px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  color: #CCEEFF;
  text-align: left; }

P.leftbartitle:first-letter {
  font-weight: bold; }

P.small {
  margin-left: 30px;
  margin-right: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: x-small;
  font-family: Arial, sans-serif;
  text-align: justify; }

P.footnote {
  margin-left: 30px;
  margin-right: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: x-small;
  font-family: Arial, sans-serif;
  text-align: center; }

/* I'd like to use a DL for this, but Netscape's not having it! */

P.listtitle {
  margin-left: 30px;
  margin-right: 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #003366; }

P.listitem {
  margin-left: 50px;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
  text-align: justify; }

.heading {
  margin-left: 12px;
  margin-right: 40px;
  margin-top: 12px;
  margin-bottom: 4px; }

.title {
  margin-left: 12px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 20px; }

.central {
  margin-top: 20px;
  text-align: center; }

H1, H2, H3, H4, H5, H6 {
  font-family: "times new roman", Times, serif;
  text-decoration: none; }

H1 {
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  color: #003366; }

H2 {
  font-size: 200%;
  font-weight: bold;
  color: #003366; }

H3 {
  font-size: 150%;
  font-weight: bold;
  color: #003366; }

H4 {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  color: #003366; }

H5 {
  font-size: 120%;
  font-weight: normal;
  font-style: italic; }

H6 {
  font-size: 60%;
  font-weight: normal; }


