BODY
{
  background-image: url('images/background.jpg');
  color: white;
  font-family: Verdana;
  font-size: 11px;
}

BODY A:link
{
  color: yellow;
  text-decoration: none;
}

BODY A:visited
{
  color: yellow;
  text-decoration: none;
}

BODY A:active
{
  color: yellow;
}

BODY A:hover
{
  color: yellow;
  text-decoration: underline;
}

.default
{
  color: white;
  font-family: Verdana;
  font-size: 12px;
}

.title
{
  color: white;
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
}


