.redunderline a:active {color: #9E242F; text-decoration: underline}
.redunderline a:link {color: #9E242F; text-decoration: underline}
.redunderline a:visited {color: #9E242F;text-decoration: underline}
.redunderline a:hover {color: #9E242F; text-decoration: none}

.black a:active {color: #000000; text-decoration: underline}
.black a:link {color: #000000; text-decoration: underline}
.black a:visited {color: #000000;text-decoration: underline}
.black a:hover {color: #000000; text-decoration: none}

.white a:active {color: #ffffff; text-decoration: none}
.white a:link {color: #ffffff; text-decoration: none}
.white a:visited {color: #ffffff;text-decoration: none}
.white a:hover {color: #ffffff; text-decoration: underline}

form {
display:inline;
} 

BODY 
{scrollbar-face-color: #c1353d; scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #e1989d; scrollbar-3dlight-color: #e1989d; 
scrollbar-darkshadow-color: black; scrollbar-track-color: #c1353d; 
scrollbar-arrow-color: #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000;}


