#links {
    font-size: small;
}

P.titledlist {
    margin-left: 2.4em; text-indent: -2.4em;  line-height: 1.3; 
    margin-top: 1.8ex; margin-bottom: 1.8ex;
}

#pagetitle {
    font-family: helvetica, arial, sans-serif;
    font-size:x-large;
    font-weight: bold;
    color: #FF0000;
}

#divider {
    position: relative;
    background-color: #CCCCCC;
    height: 2em;
}

#divider-right {
    position: absolute;
    right: 0;
    width: 25%;
    text-align: right;
    font-size: small;
    margin-right: 10px;
    margin-top: .6em;
}

#divider-left {
    position: absolute;
    left: 0;
    width: 75%;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 15px;
    margin-top: .2em;
}

a.divider{ color: #FF0000; text-decoration: none; }
a.divider:link{ color: #FF0000; text-decoration: none; }
a.divider:visited { color: #FF0000; text-decoration: none; }
a.divider:hover { color: #FF0000; text-decoration: underline; }
a.divider:active { color: #FF0000; text-decoration: none; }
