A, A:active, A:link, A:visited {
    color: #e9d098;
    font-weight: bolder;
    background-color: #58002b
    }
A:focus, A:hover {
    color: White;
    font-weight: bolder
    }
H1 {
    color: #E9D098;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold
    }
H2, H3, H4 {
    color: #e9d098;
    background-color: #58002b;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: bold
    }
BODY {
    color: #58002B;
    font-size: 13;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: Silver
    }
P {
    color: #58002B;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13
    }
LI {
    color: #58002B;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 13
    }