* {
    margin: 0;
    padding: 0;
}

BODY, TD {
    font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 170%;
}

A {
    color: #6495ED;
    text-decoration: none;
    border: none;
}

A:HOVER {
    color: #196F6E;
    text-decoration: underline;
}

H1 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 150%;
    margin-top: 1.25em;
    margin-bottom: .25em;
}

H2 {
    font-size: 140%;
    font-weight: bold;
    margin-top: 1.25em;
    margin-bottom: .25em;
}

H3 {
    float: left;
    display: inline-table;
    font-size: 100%;
    font-weight: bold;
}

P {
    color: #333333;
    background-color: White;
    font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100%;
    margin-bottom: .75em;
}

P.copyright {
   clear: both;
    float: right;
    font-size: 80%;
}

DL {
    border-top: dotted 1px;
    border-bottom: dotted 1px;
    margin:0;
}

DL, DT, DD {
    color: #008A47;
    margin-bottom: .5em;
}

DT {
    font-weight: bold;
    margin-left: 1em;

}

.accents {
    font-stretch: expanded;
    font-weight: normal;
}

OL {
    color: #006A36;
    margin-left: 4em;
}
OL LI {
        margin-bottom: .5em;
        
}

HR {
  display: none;
}

IMG.right {
    float: right;
    margin: 5px 15px 5px 0;
}

IMG.left {
    float: left;
    margin: 5px 15px 5px 0;
}
