body {
 color: white;
 font-size: 10pt;
 font-weight: bold;
 background-color: blue;
 margin: 0ex 0em 0ex 0px;
}

a:link {
 color: white;
 text-decoration: none;
}

a:active {
 color: white;
 text-decoration: none;
}

a:visited {
 color: white;
 text-decoration: none;
}

a:hover {
 color: purple;
 text-decoration: underline;
}

td {
 font-weight: bold;
 padding: 0ex 0em 0ex 0px;
}

