a:link {
color:#0033AA;
}

a:visited {
  color:#0033AA;
}

a:active {
  color:#0033AA;
}

a:hover {
  color:#0033AA;
  text-decoration:none;
}

p.hilite {
background:#E0F0F0;
}

p.first:first-letter {
  font-size:180%;
  color:black;
}

p.top:first-letter {
  font-size:300%;
  /*float:left;*/
  color:black;
}

em {
  color: black;
  font-weight: normal;
  font-style: normal
}

tr.LightStrip {
  background:rgb(255,248,221);
  font-weight:bold;
}

tr.BoldStrip {
  font-weight:bold;
}

tr.DarkStrip {
  background:rgb(224,224,224);
  font-weight:bold;
}

tr.MiddleStrip {
  background:rgb(247,222,167);
  font-weight:bold;
}

tr.DarkNormal {
  background:rgb(224,224,224);
}

tr.LightNormal {
  background:rgb(255,248,221);
}

tr.MiddleNormal {
  background:rgb(247,222,167);
}
