body {
    background-color: #fef9f3
    }
a:link {
    color: #000;
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none
    }
a:visited {
    color: #888;
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none
    }
a:active {
    color: black;
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none
    }
a:hover {
    font-family: arial;
    font-size: 10pt;
    font-weight: normal;
    color: black;
    text-decoration: underline
    }