

.nolineonlinks {  text-decoration: none}
a:hover { text-decoration: underline}

body {
	scrollbar-arrow-color:white;
	scrollbar-base-color: white;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: white;
	scrollbar-face-color:white;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color:white;
	scrollbar-3d-light-color: white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

<STYLE>
	<!--
	A {text-decoration:none}

	a:hover { text-decoration: underline}

	a:link { color:white}
	a:active { color:white}
	a:visited { color:white}
	-->
	</STYLE>
