BODY {
 color: white;
 background-color: black;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 padding: 10px;
}
A:link { color: rgb(0,240,0); }
A:visited { color: rgb(0,200,0); }
A:active { color: rgb(0,255,0); }
A:hover { color: rgb(190,255,0); }
H1, H2, H3 {
 color: gray;
 font-weight: normal;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
TD,TH {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: white;
}
TD.header {
 border-color: black;
 color: white;
 font-family: helvetica, arial, sans-serif;
 background: black;
 margin: 5px;
}
TD.msg {
 border-color: black;
 color: black;
 font-family: helvetica, arial, sans-serif;
 background: white;
 margin: 5px;
 padding: 5px;
}
.center {
 text-align: center;
}
/* for silly IE */
A {
 text-decoration: underline;
}
