img,.pngfix { behavior: url(iepngfix.htc) }
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-color:#845F93;
	padding:0;
	margin:0;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}
a:link {
	color: #FFF;
	font-weight:bold;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;	
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;	
	color: #FC0;
}
a:active {
	text-decoration: none;
	font-weight:bold;	
	color: #FFF;
}

	.floatright { float: right; padding:3px 0px 0px 10px; clear:both; }
	h1 {color: #FFF; font-size:30px; font-weight:bold;}

	h2 {color: #BFEBFF; font-size:24px;}
	h3 {color: #FC0; font-size:18px; font-weight:bold;padding: 0 0 0 10px; }
	ul{ padding: 0 0 0 60px;}

