body {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 background: black;
}

td {
 color: white;
 font-family: Arial, Helvetica;
 font-size: 14px;
}

a {
 color: yellow;
 text-decoration: none;
}

a:hover {
 color: white;
 text-decoration: underline overline;
}

hr {
 color: white;
 height: 1px;
}

h2 {
 font-size: 20px;
}

h3 {
 font-size: 16px;
}