body {
scrollbar-face-color: yellow;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: #CCCC00;
scrollbar-shadow-color: 081D3E;
scrollbar-arrow-color: black;
scrollbar-track-color: #666600;
font-family: Verdana, Arial;
font-size: 10pt;
}

table {
font-family: Verdana, Arial;
font-size: 10pt;
}

.border {
border-style: solid;
border-color: black;
border-width: 5px;
}

.dashedborder {
margin: 5px;
padding: 3px;
border-style: dashed;
border-color: white;
border-width: 1px;
}

div.thread {
color: yellow;
border-style: dotted;
border-color: yellow;
border-width: 1px;
padding: 5px 5px 5px 5px;
background-color: #333333;
font-family: Verdana;
font-size: 12px;
}

div.topic {
color: yellow;
font-weight: bold;
font-style: normal;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 2px;
margin-bottom: 5px;
}

div.quote {
color: white;
font-style: italic;
}

div.divider {
color: yellow;
border-bottom-style: dashed;
border-bottom-width: 1px;
margin-bottom: 5px;
padding-bottom: 5px;
}

a.BoldLink:link { font-weight: bold; text-decoration: none; }
a.BoldLink:visited { font-weight: bold; text-decoration: none; }
a.BoldLink:hover { font-weight: bold; text-decoration: none; color: yellow; }
a.RegularLink:link { font-weight: normal; text-decoration: none; }
a.RegularLink:visited { font-weight: normal; text-decoration: none; }
a.RegularLink:hover { font-weight: normal; text-decoration: none; color: yellow; }
a.BlackLink:link { font-weight: bold; text-decoration: none; color: black; }
a.BlackLink:visited { font-weight: bold; text-decoration: none; color: black; }
a.BlackLink:hover { font-weight: bold; text-decoration: underline; color: black; }
