HTML         { FONT-FAMILY: 'Trebuchet MS', Arial, sans-serif }
BODY         { BACKGROUND-COLOR: white; COLOR: navy }
p            { font-size: 10pt; line-height: 100%; margin-top: 10; margin-bottom: 10 }
h1           { background-color: #fffcf4; color: navy; font-size: 18pt; font-family: Arial; font-weight: bold }
h2           { color: "navy"; font-size: 18pt; font-family: Arial; font-weight: bold }
h3           { color: #808080; font-size: 14pt; font-family: Arial; font-weight: bold }
h4           { color: #000080; font-family: Arial; font-size: 12pt; font-weight: bold }
h5           { font-family: Arial; color:navy; font-size: 9pt}
h6           { font-family: Arial; font-size: 10pt; color: #808080; font-weight: bold }

A:visited {
    COLOR: crimson;
    TEXT-DECORATION: none
}
A:link {
    COLOR: crimson;
    TEXT-DECORATION: none
}
A:hover {
    BACKGROUND-COLOR: yellow;
    COLOR: navy;
    TEXT-DECORATION: none
}
A:active {
    COLOR: crimson;
    TEXT-DECORATION: none
}

.cright { color: #8383AB; font-family: arial; font-size: 9pt }