BODY {
background-color : #FFFFFF;
font-family : Verdana, Arial;
font-size : 80%;
margin: 0;
scrollbar-arrow-color: #3FA8A3;
scrollbar-face-color: #FEF7E7;
scrollbar-3dlight-color: #3FA8A3;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #3FA8A3;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #F9EDD0;
}



/* this group sets the normal link colors */
A:LINK {
color : #51A6A3;
text-decoration: none;
font-family : Verdana;
font-weight : bold
}

A:VISITED {
color : #51A6A3;
text-decoration : none;
font-family : Verdana;
font-weight : bold
}

A:HOVER {
text-decoration : underline;
font-family : Verdana;
font-weight : bold
}

A:ACTIVE {
color : #FF9E90;
text-decoration : none;
font-family : Verdana;
font-weight : bold
}

.special {
border: 3px dotted #FDA089;
padding: 5px;
font-size: 80%;
line-height: 16px;
}