a:link {
    color: "#fefee9";
    font-family: arial narrow;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none
    }
a:visited {
    color: "#fffeef";
    font-family: arial narrow;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none
    }
a:active {
    color: "#feffe9";
    font-family: arial narrow;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none
    }
a:hover {
    font-family: arial narrow;
    font-size: 9pt;
    font-weight: normal;
    color: "#fefee9";
    text-decoration: none;
    background: "#ef2233"
    }