a:link       { font-family: Verdana; font-size: rpt; color: #800000; text-decoration: 
               underline }a:active     { font-family: Verdana; font-size: 9pt; text-decoration: underline; color: 
               #000080 }
a:visited    { font-family: Verdana; font-size: rpt; text-decoration: underline; color: 
               #003300 }
a            {  }
a            {  }
a            { font-family: Verdana; font-size: 9pt }
body         { color: #000066; font-size: 9pt; font-family: Verdana }
fieldset     { font-family: Verdana; font-size: 9px; color: #000066 }
h1           { font-family: Arial; font-size: 24pt; color: #881228; letter-spacing: 1pt }
h2           { font-family: Arial Black; font-size: 18pt; color: #000080 }
h3           { font-size: 18pt; color: #800000; font-weight: bold }
h4           { font-size: 14pt; color: #800000; font-weight: bold }
h5           { font-family: Verdana; font-size: 10px; color: #000080; font-weight: bold }
h6           { font-family: Verdana; font-size: 9px; color: #000080 }
li           { font-family: Verdana; font-size: 8pt; color: #4B0A15; list-style-image: 
               url('../images/li.png') }
p            { font-family: Verdana; color: #000066; font-size: 9pt }
.input {
    border: 1px solid #1a2350;
    background: #dbecf6;
}
.input:hover {
    border: 1px solid #003300;
    background: #f9e1b9;
}

.button {
    border: 1px solid #1a2350;
    background: #881228;
    font-family: Verdana; font-size: 8pt; color: #ffffff;
}
.button:hover {
    border: 1px solid #881228;
    background: #1a2350;
    font-family: Verdana; font-size: 8pt; color: #ffffff; text-decoration: bold
}
