BODY
{
  padding:                    0px;
  margin:                     0px;
  border:                     0px;

  font-family:                Palatino;
  color:                      #FFFFFF;
  text-align:                 center;

  background-color:           #000000;
}

table#main
{
  width:                      775px;
  height:                     100%;
  text-align:                 center;
  padding:                    0px;
}

A:link
{
  text-decoration:            underline;
  font-family:                Palatino;
  font-weight:                bold;
  color:                      #FFFFFF;
}
A:visited
{
  text-decoration:            underline;
  font-family:                Palatino;
  font-weight:                bold;
  color:                      #FFFFFF;
}
A:active
{
  text-decoration:            underline;
  font-family:                Palatino;
  font-weight:                bold;
  color:                      #FFFFFF;
}
A:hover
{
  text-decoration:            underline;
  font-family:                Palatino;
  font-weight:                bold;
  color: red;
  color:                      #FFFFFF;
}

