body {
   background-color: White;
   color: Black;
   margin: 0px;
   font-family: Sans-Serif;
   font-size: 12pt;
}

table.noborders {
   border: solid 0px;
}

table.noborders tr {
   border: solid 0px;
}
table.noborders td {
   border: solid 0px;
}

a {
   color: Black;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: White;
   text-decoration: underline;
}
