BODY	{
	font-family:Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	margin:0.2em;
	background-color:#CC9933;
	scrollbar-base-color:#CC9933;
	}
hr{color:white;}
A:LINK	{color: white;
	font-family: sans-serif,Verdana;
	font-transform:uppercase;
	font-weight: bold;
	}

A:VISITED{color:#ffff99;
	font-family: sans-serif,Verdana;
	font-transform:uppercase;
	font-weight:bold;
	}

A:ACTIVE	{color:#FFCC66;
	font-family: sans-serif,Verdana;
	font-style: italic;
	font-transform:uppercase;
	}
A:HOVER	{
		color: #FFCC33;}
P:FIRST-LETTER {font-size: 1.5em; 
	FONT-STYLE:BOLD;
	text-transform:uppercase;
	color:white}

H1,H2,H3,H4,H5,H6	{
	color: white;
	font-variant: small-caps;
	letter-spacing: 0.1em
	}
TH	{
	color:white;
	padding:1em 1em 1em 1em ;
	background-color:#bb8822;
	border-top:thick orange;
	border-bottom:thin white;
	border-style:solid none solid none;
	}
TD	{
	color: #996600;
	padding:1em 1em 1em 1em ;
	background-color:#ddaa44;
	border-top:thin orange;
	border-bottom:thin white;
	border-style:solid none solid none;
	}


UL	{
	list-style:square orange;
	display:list-item;
	
	}

