body
  {
  font-family        : Arial, Verdana, "Trebuchet MS", sans-serif;
  padding            : 0px;
  margin             : 15px;
  }
A:link, A:visited, A:active, A:hover
  {
  text-decoration    : none;
  color              : Blue;
  }
A:hover
  {
  color              : red;
  }
table
  {
  border-collapse    : collapse;
  background-color   : #DCDCDC;
  }
.off
  {
  background-color   : Yellow;
  padding-top        : 50px;
  text-decoration    : underline;
  }
