TD.buttons
   {
      width: 16%;
      background-color: white;
      text-align: center;
   }
A
   {
      color: brown;
      text-decoration: none;
   }
A:Hover
   {
      color: red;
   }
