body {
        font-family: Courier New, Courier, Fixed;
        font-size: 12pt;
        color: #DDDDDD;
        background: #000000;
}
a:active {
        color: #00FF00;
        text-decoration: none;
}
a:visited {
        color: #00FF00;
        text-decoration: none;
}
a:link {
        color: #00FF00;
        text-decoration: none;
}
a:hover {
        color: #FF0000;
        text-decoration: none;
}
h1 {
    color:#FF0000;
}
h3 {
    color:#F59C1C;
}
ul {
    list-style-type: square;
}
td {
    font-size: 12pt;
}

