    A:link { color: #CC0000 }
    A:visited { color: #0000FF }
    A:active { color: #9999FF }

    h1 {
        font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
        font-weight: bold;
        font-size: 21pt;
    }

    h2 {
        font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
        font-weight: bold;
        font-size: 18pt;
    }

    h3 {
        font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
        font-weight: bold;
        font-size: 14pt;
    }

    h4 {
        font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;
        font-weight: bold;
        font-size: 12pt;
    }

    input,select,option,textarea {
        font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: black;
        background: #fc0;
    }

    body,td,tr,table,div,span,p {
        font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
        font-size: 10pt;
    }

    code {
	color: #0000ff;
    }

a, a:hover {
    text-decoration: none;
}

.leftsec {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid black;
}

.leftsec:first-line {
    font-size: 120%;
}

.leftsec a, .leftsec a:hover {
    border: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eb0 #eb0 #c90 #c90;
    background: black;
    padding: 2px 2px 2px 5px;
    display: block;
    font-weight: bold;
    color: #c90;
}

.leftsec a:hover {
    color: black;
    background-color: #fe5;
}

