/* CSS Document */
body
  {
  background-color: #99BO86;
  }
  
td.text
  {
  text-align: center;
  font-family: arial, "times", new-times;
  font-size: 10px;
  color: #FFFFFF;
  }

.links {
  text-align: center;
  font-size: 14px;
  }
  
.links a:link { text-decoration: none; color: #0033FF; }
.links a:active { text-decoration: none; color: #0033FF; }
.links a:hover { text-decoration: none; color: #FFFFFF; }
.links a:visited { text-decoration: none; color: #0033FF; }