BODY {
  font-family: sans-serif;
  background: white;
  color: black;
  font-size: smaller;
}

TABLE {
	font-family: inherit;
	font-size: inherit;
}


H1, H2, H3 {
  color: #882244;
  font-family: serif;
}

B {
  color: #882244; 
}

I {
  color: #882244;
  font-family: serif;
  font-weight: bold;
}

/*
TD {
  font-family: sans-serif;
}
*/

TD.heading {
  background: #882244;
  color: #FFFFFF;
  font-weight: bold;
  font-family: sans-serif;
}

TD.heading A:visited {
  text-decoration: none;
  font-weight: bold;
  color: #d0d0FF;
}

TD.heading A:link {
  text-decoration: none;
  font-weight: bold;
  color: #d0d0FF;
}

TD.splash {
  background: #330000;
  color: #995555;
  font-family: sans-serif;
}

TR.heading {
  background: #882244;
  color: #FFFFFF;
  font-weight: bold;
  font-family: sans-serif;
}

A:link {
  text-decoration: none;
  font-weight: bold;
}

A:visited {
  text-decoration: none;
  font-weight: bold;
}

A:active {
  text-decoration: none;
  font-weight: bold;
}

P {
  font-family: sans-serif;
  text-indent: 15;
}

PRE.sans {
  font-family: sans-serif;
}

