body {
        scrollbar-base-color: #666666;
        scrollbar-face-color: silver;
        scrollbar-shadow-color: #666666;
        scrollbar-darkshadow-color: white;
        scrollbar-highlight-color: white;
        scrollbar-arrow-color: #666666;
        scrollbar-3dlight-color: silver;
        font-family: Verdana;
        font-size: 10px;
        color: gray;
	bgcolor: #813F3F;

}

A:link      {text-decoration: none; color: #B6B3B3}
<! -- A:active    {text-decoration: none; color: #B6B3B3} -->
A:hover     {text-decoration: none; color: #B6B3B3; cursor: normal}

a.menu, 
a.menu:link 
a.menu:visited {
display: block;
width: 192px;
font-family: verdana, helvetica, tahoma, arial;
font-weight: bold;
font-size: 10px;
color: #ffffff;
background-color: "";
text-decoration: none;
padding: 3px 2px 1px; 2px;
}
a.menu:hover {
color: #8D334D;
background-color: #FFFFFF;
text-decoration: none;
}
