html body {
             color: #FFFFFF;
             background: #000000;
             font-family: verdana;
             font-size: 12px;

}
P, TD, DIV, LI, SPAN, A {
             color: #FFFFFF;
             font-family: verdana;
             font-size: 12px;
}

a.top_menu {
            font-family: verdana;
            font-size: 12px;
            color: #FFC48A;
            text-decoration: none;
            font-weight: bold;
}

td.content {
            height: 100%;
            width: 100%;
            vertical-align: top;
            font-family: verdana;
            font-size: 12px;
            color: white;
            padding: 5px 12px 20px 30px;
}

h2.pname {
            font-family: verdana;
            font-size: 14px;
            color: white;
            font-weight: bold;
            padding-left: 96px;
            padding-top: 40px;
}