/* CSS Document */

<style type="text/css">
<!--
a:link {
	color: #FFFFFF;
	text-decoration: none;
       }

a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
        color: red;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
BODY {scrollbar-3dlight-color:;
           scrollbar-arrow-color: black;
           scrollbar-base-color: red;
           scrollbar-track-color:;
           scrollbar-darkshadow-color: white;
           scrollbar-face-color:;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:}
-->
</style>