@charset "utf-8";
body {
	font-family: "Comic Sans MS", Arial, Verdana;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}

#container {
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}



#content {
	font-size: 100%;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Comic Sans MS", Arial, Verdana;
	
}

#content p {
	font-size: 85%;
	line-height: 1.3;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
}
#content h1 {
	font-size: 110%;
	font-weight: normal;
}
#content h6 {
	font-size: 80%;
	color: #9900CC;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
	

}

#content a:hover, a:active {
	color: #FFFF99;
}


.rightimg {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.leftimg {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

