a:link { color: white; text-decoration: underline }
a:active { color: purple; text-decoration: underline }
a:visited { color: yellow; text-decoration: underline }
a:hover { color: orange; text-decoration: underline overline }

BODY
{
font-family: Arial, Helvetica, sans-serif;
scrollbar-face-color: black;
scrollbar-arrow-color: red;
scrollbar-track-color: dimgray;
scrollbar-shadow-color: none;
scrollbar-highlight-color: gray;
scrollbar-3dlight-color: none;
scrollbar-darkshadow-Color: dimgray;
}