A:link { text-decoration: none; color: blue; }
A:active { text-decoration: none; color: blue; }
A:visited { text-decoration: none; color: maroon; }
A:hover { text-decoration: underline; color: blue; }

BODY { 
background-color: white; 
color: black; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
}

H2 { 
font-size: 18pt; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif;
font-style: underline;
}

H3 { 
font-size: 14pt; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif;
font-style: underline;
}

TD { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
}

B {
font-weight: bold;
}

BLOCKQUOTE { color: black; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: normal;}

BODY {
scrollbar-face-color: #800000;
scrollbar-highlight-color: #DDDDDD;
scrollbar-3dlight-color: #993300;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #330000;
scrollbar-arrow-color: #DDDDDD;
scrollbar-track-color: #DDDDDD;
}

BORDER {
border-style: dashed; border-width: 1; padding: 0
}