
html body
{
  background-color: #ffffff;
  color: #a0a0a0;
  font-family: verdana;
}

div.HeaderArea
{
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
  padding-top: 48px;
}

div.SubheaderArea
{
  text-align: center;
  font-style: italic;
  font-size: x-large;
  padding-bottom: 48px;
}

div.LinksArea
{  
}

a
{
  text-decoration: none;
  color: #000000;
}

