A:hover {
    color: red
    }
UL.gs {
    list-style-image: url(images/gs10.gif)
    }
UL LI.gs {
    list-style-image: url(images/gs15.gif)
    }
TD {
    font-family: Arial, Verdana, sans-serif
    }
H1 {
    font-size: 20pt
    }
H1, H2, H3, H4 {
    font-family: Arial, Dauphin, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    background-color: #FDF5E6;
    color: #A52A2A;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    width: 100%;
    border-top: 3px #D2691E solid;
    border-right: 3px #D2691E solid;
    border-bottom: 3px #D2691E solid;
    border-left: 3px #D2691E solid
    }
HR {
    color: #F5DEB3
    }
BODY {
    width: 1000px;
    margin-left: 5%;
    margin-right: 5%;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #F0FFFF
    }
pre, code, kbd, samp, tt {
    font-family: monospace, monospace;
    font-size: 1em
    }