a { color : white; }

a:visited  { color : #E9D3AB; }

a:hover  { color : #FFFF00; }

body  {
	background : black;
	scrollbar-base-color : red;
	scrollbar-arrow-color : white;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 1px;
	margin-top : 1px;
}

.glow {
	width : 500;
	height : 100;
	filter : glow( color=red, strength=15 );
}

h4 {
	color : black;
	width : 500;
	filter : glow( color=yellow, strength=5 );
}

span p {
	color : white;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
