BODY
{
    COLOR: #dddddd;
    FONT-FAMILY: Verdana, 'MS Sans Serif';
    BACKGROUND-COLOR: #29507b
}

A {
  color: #ddffdd;
  text-decoration: underline;
  font-weight: bold;
}

A:hover {
  color: #ddddff;
  text-decoration: none;
  font-weight: bold;
}

A.link
{
  color: #ddddff;
  text-decoration: underline;
  font-weight: bold;
}