body {
	color: #E0E0E0;
	background-color: #4A004A;

	scrollbar-face-color:#800080;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#400040;
	scrollbar-shadow-color:#D000D0;
	scrollbar-highlight-color:#D000D0;
	scrollbar-3dlight-color:#4A004A;
	scrollbar-darkshadow-color:#4A004A;
}


H1 {
	FONT-FAMILY: Arial;
	font-size: 24pt;
	font-weight: normal;
	line-height: 100%;
	color: #3399FF;
}


h2 {
	FONT-FAMILY: Arial;
	font-size: 12pt;
	font-weight: bold;
	line-height: 100%;
	color: #FF9900;
}


h3 {
	text-indent: 20px;
	FONT-FAMILY: Verdana;
	font-size: 10pt;
	font-weight: bold;
	line-height: 110%;
	color: white;
}


h4 {
	text-indent: 20px;
	FONT-FAMILY: Verdana;
	font-size: 10pt;
	font-weight: normal;
	line-height: 120%;
	color: #E0E0E0;
}


h5 {
	text-indent: -20px;
	FONT-FAMILY: Verdana;
	font-size: 10pt;
	font-weight: normal;
	line-height: 120%;
	color: #E0E0E0;
}


h6 {
	FONT-FAMILY: Arial;
	font-size: 8pt;
	line-height: 100%;
	font-weight: normal;
}


EM {
	font-weight: bold;
	color: brown;
}


TEXTAREA, INPUT {
	background-color: #800080;
	border-color: black;
	color: white;
	FONT-FAMILY: Verdana;
	font-size: 10pt;
	line-height: 100%;
	font-weight: bold;
}


	A:link		{text-decoration: underline;	color: white;}
	A:visited	{text-decoration: underline;	color: #E0E0E0;}
	A:active	{text-decoration: none;		color: yellow;}
	A:hover		{text-decoration: none;		color: yellow;}

