h1 {
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 16px;
    font-weight: bolder;
}

p,li,dd,pre {
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
}

    a:link { 
        color:#990000;
        text-decoration: none;
    }
    a:visited { 
        color:#444444;
        text-decoration: none;
    }
    a:active { 
        color:#990000;
        text-decoration: none;
    }
    a:hover { 
        color:#000099;
        text-decoration: underline;
    }

    .smallText {
        font-size: 9px;
    }

.tableHeader {
    border: 1px ridge;
    background-color: #585D58;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFFFFF;
}
.tableRow {
    border: 1px ridge;
    background-color: #CFD6D8;
    font-family: Arial, Helvetica, Sans Serif;
    font-size: 10px;
}
