<style>

BODY{
	SCROLLBAR-BASE-COLOR: black;
	SCROLLBAR-ARROW-COLOR: lightgrey;
        SCROLLBAR-FACE-COLOR: black;
        SCROLLBAR-SHADOW-COLOR: lightgrey;
        SCROLLBAR-HIGHLIGHT-COLOR: lightgrey;
        SCROLLBAR-3DLIGHT-COLOR: black;
        SCROLLBAR-DARKSHADOW-COLOR: black;
        SCROLLBAR-TRACK-COLOR: black;
}

A:link {color: white; text-decoration: underline;}
A:visited {color: white; text-decoration: underline;}
A:hover{color: lightsteelblue; text-decoration: underline;}


.text{font-family:arial; color:white; font-size:14px;}
.caption{font-family:arial;font-size:12px;color:white;font-weight:bold;}
.copy{font-family:arial; color:white; font-size:11px;}
.page{color:yellow; font-weight:bold; font-size:12px; text-decoration:overline underline;}

</style>