/* CSS Document */

BODY {SCROLLBAR-FACE-COLOR: #336633; SCROLLBAR-ARROW-COLOR: orange}

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

	
a.myclass2:link{color:orange; text-decoration:none}
a.myclass2:visited{color:orange; text-decoration:none}
a.myclass2:hover{color:orange; text-decoration:underline}
