  
body {
  color: #000000;
  background: #FFFFFF;
}

p.heading
{
   font-family: "arial black", sans-serif;
   font-size: 120%;
   color: #660000;
}

.emph
{
   font-family: sans-serif;
   font-weight: bold;
   font-size: smaller;
   color: #990000;
}

a.emph
{
   text-decoration: none;
}

a.emph:hover
{
   text-decoration: underline;
}

.day
{
   font-family: sans-serif;
   font-weight: bold;
   font-size: 90%;
   color: #660000;
}

