<style>
<!--
A:link {
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
	cursor: ne-resize;
	text-decoration: none
}
A:visited {
	color: #C00000;
	font-weight: bold;
	font-style: italic;
	cursor: ne-resize;
	text-decoration: underline
}
A:hover {
	color: #ffd700;
	font-weight: bold;
	font-style: italic;
	cursor: ne-resize;
	text-decoration: none
}
A:active {
	color: #E1C779;
	font-weight: bold;
	font-style: italic;
	cursor: ne-resize;
	text-decoration: none
}
-->
body {
	scrollbar-track-color: #000000;
	scrollbar-face-color: #C00000;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #800000;
	scrollbar-darkshadow-color: #400000;
	scrollbar-highlight-color: #FF0000;
	scrollbar-3dlight-color: #FFC0C0;
}
</style>
