A:link {
    color: #36F;
    text-decoration: none
    }
A:visited {
    color: #36F;
    text-decoration: none
    }
A:hover {
    color: #F60;
    text-decoration: underline
    }
td {
    font-family: "tahoma";
    font-size: 10pt;
    color: #630
    }
.title-text {
    font-family: "Arial";
    font-size: 13pt;
    color: #630;
    font-weight: bold
    }
.title-text-sub {
    font-weight: bold
    }
.descriptive-text {
    font-size: 9pt
    }
.navlink {
    font-size: 10pt
    }
.navlink a {
    text-decoration: none;
    color: #C99
    }
.navlink a:visited {
    text-decoration: none;
    color: #C99
    }
.navlink a:hover {
    text-decoration: underline;
    color: #FC9
    }