﻿body
{
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #222222;
  color: #ffffff;
  font-family: calibri,arial;
}
.title
{
  font-size: 11pt;
  color: white;
  text-align: center;
}
.normal
{
  font-size: 9pt;
  color: white;
  text-align: left;
}
a.title
{
  font-size: 11pt;
  color: lightskyblue;
  text-decoration: none;
}a.normal
{
  font-size: 9pt;
  color: lightskyblue;
  text-decoration: none;
}
a.title:hover
{
  font-size: 11pt;
  color: palegoldenrod;
  text-decoration: underline;
}a.normal:hover
{
  font-size: 9pt;
  color: palegoldenrod;
  text-decoration: underline;
}
a:hover
{
  color: palegoldenrod;
  text-decoration: underline;
}
a
{
  color: lightskyblue;
  text-decoration: none;
}
