.pageTitle
{
   font-size: large;
   font-weight: bold;
}
.IndexPageTitle
{
   font-size: x-large;
   font-weight: bold;
}
.firstSight
{
   font-style: italic;
   text-color: green;
}
.godHead
{
   font-weight: bold;
}
BODY
{
  background-color: lemonchiffon;
  text-color: black;
}
TR.indexSectionHeader
{
  background-color: #0000FF;
  color: yellow;
}
A:ACTIVE
{
  color: #008080;
}
A:HOVER
{
  color: #008080;
}
A:LINK
{
  color: #008080;
}
A:VISITED
{
  color: #008080;
}

.sectionLink {
  font-size: 14pt;
  font-weight: bold;
}