.ItemStyle {
    font-family: "Arial";
    font-size: 14px;
    vertical-align: middle;
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-image: url(usm.gif);
    color: #039
    }
.PopItemStyle {
    font-size: 14px;
    vertical-align: middle;
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-image: url(dsmh.gif);
    color: #039;
    font-family: "Arial"
    }
body {
    background-color: #EAEAEA
    }
A:link {
    color: #039;
    text-decoration: underline
    }
A:visited {
    color: #002B84;
    text-decoration: underline
    }
A:hover {
    font-style: italic;
    color: #C00;
    text-decoration: underline
    }