BODY {
scrollbar-face-color: #ffff9e;
scrollbar-arrow-color: #9c1808;
scrollbar-track-color: #295900;
scrollbar-shadow-color: '';
scrollbar-highlight-color: '';
scrollbar-3dlight-color: '';
scrollbar-darkshadow-Color: '';
}

A:link {
font-size: 14px;
font-weight: 600;
font-style: normal;
font-family: "arial", "helvetica";
color: rgb(156,24,8);
text-decoration: underline;
}

A:visited {
font-size: 14px;
font-weight: 600;
font-style: normal;
font-family: "arial", "helvetica";
color: rgb(30,30,100);
text-decoration: underline;
}

A:active {
font-weight: 600;
font-style: normal;
font-family: "arial", "helvetica";
color: rgb(255,0,0);
text-decoration: underline;
}

A:hover {
font-size: 14px;
font-weight: 600;
font-style: normal;
font-family: "arial", "helvetica";
color: rgb(156,24,8);
background-color: rgb(255,204,0);
text-decoration: none;
}

