body
{
  background: black;
}

:link
{
  color: #f0f0f0;
}

:visited
{
  color: #d0d0d0;
}

.bold
{
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  color: #f0f0f0;
  font-weight: bold;
}

.italics
{
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  color: #d0d0d0;
  font-style: italic;
}

.normalText
{
  font-family: arial,helvetica,sans-serif;
  font-size: 12pt;
  color: #d0d0d0;
}

.bodyText
{
  font-family: arial,helvetiica,sans-serif;
  font-size: 9pt;
  color: #d0d0d0;
}

.smallText
{
  font-family: arial,helvetica,sans-serif;
  font-size: 8pt;
  color: #303030;
}

.titleText
{
  font-family: arial,helvetica,sans-serif;
  font-size: 13pt;
  color: #d0d0d0;
  text-align: center
}


