/* CSS Document */

body{
        background-color: #660000;
        color: #FFFF33;
        
}

a:link { font-weight:bold; color:#FFFF33; text-decoration:underline }
a:visited { font-weight:bold; color:#FFFF33; text-decoration:underline }
a:hover { font-weight:bold; color:#FFFF33; text-decoration:underline }
a:active { font-weight:bold; color:#FFFF33; text-decoration:underline }
a:focus { font-weight:bold; color:#FFFF33; text-decoration:underline }

table {
 font-family: Verdana;
 font-size: smaller;
}
h1 {
 font-family: Verdana;
}
h2 {
 font-family: Verdana;
}
h3 {
 font-family: Verdana;
}
p {
 font-family: Verdana;
 font-size: smaller;
}