body {
    background-color:#ffffff;
    font-family:verdana;
    font-size:10pt;
}

p {
    text-indent:0.25in;
    font-family:verdana;
    font-size:10pt;
    line-height:14pt;
}

td {
    font-family:verdana;
    font-size:10pt;
}

td.body {
    font-family:verdana;
    font-size:10pt;
    background-color:#eeeeee;
}

td.header {
    background-color:#cc4411;
    color:#ffffff;
    font-size: 12pt;
    font-family: verdana;
}

td.cheatcode {
    background-color:#3366bb;
    color:#ffffff;
    font-size: 10pt;
    font-family: verdana;
}

a:link {
    font-family:verdana;
    font-size:10pt;
    color:#1111ff;
    text-decoration:none;
}

a:visited {
    font-family:verdana;
    font-size:10pt;
    color:#1111ff;
    text-decoration:none;
}

a:hover {
    color:#ee3333;
}