.title {
    font-weight:  bold;
    font-size:    12pt;
    color:        #006633;
}

.withheld {
    font-style: italic;
}

.credits  {
    font-size: 8pt;
    color:     #669966;
    font-style: italic;
}

.section {
    font-weight: bold;
    font-size: 12pt;
    
    color:        #FFFFFF;
    background-color: #336633;
}

td {
    font-family: Garamond, Times New Roman, serif;
    font-size: 12pt;
}

h1 {
    color: #006633;
    font-size: 16pt;
    font-family: Verdana;
}

p {
    font-family: Garamond, Times New Roman, serif;
    font-size: 12pt;
}

a:link {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    color:       #006633;
}

a:visited  {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    color:       #006633;
}

a:active {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    color:       #FF0000;
}

a:hover {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color:       #FF0000;
    text-decoration: none;
}