body
{
  background-color: #fff;
  margin:           0px;
  color:            #666;
}

a:link
{
  color:            #039;
  text-decoration:  none;
}

a:hover
{
  color:            #0353a5;
  background-color: #ff0;
  text-decoration:  none;
}

a:visited
{
  color:            #039;
  text-decoration:  none;
}

.center
{
  margin-left:  auto;
  margin-right: auto;
  text-align:   center;
}