/*General*/

body {
  font-family     : verdana,tahoma,trebuchet,arial,helvetica,sans-serif;
  color           : #000;
  background-color: #fffffC;
}
table {
  border-style    : none;
}
a:link {
  background-color:#FFFFFC; color:#039;
  text-decoration: none;
  font-weight: normal;
}
a:visited {
  background-color:#FFFFFC; color:#036;
  text-decoration: none;
  font-weight: normal;
}
a:active {
  background-color:#039; color:#FFFFFC;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  background-color:#039; color:#FFFFFC;
  text-decoration: none;
  font-weight: normal;
}

