body { 
	/*margin: 0;*/
	/*padding: 0;*/
	/*border: 0;*/
	text-align: left;
	
	background-attachment:fixed;
	font: 14px Verdana, Arial,sans-serif;
	color: #233A54;
	
	}  

a:link {
	font-weight: 900;
	color: #4C83AE;
	}

a:visited {
	font-weight: 900;
	color: #999999;
	}

#contents {
	position: relative;
	top: 0;
	margin: 30px auto;
	padding: 10;
	text-align: left;
	background-color: #EBEBEB;
	width: 90%;
	}

#standout_heading {
	position: relative;
	top: 0;
	margin: 30px auto;
	padding: 10;
	text-align: center;
	background-color: #EBEBEB;
	width: 30%;
	}

#funstuff {
	position: relative;
	top: 0;
	text-align: center;
	margin: 10px auto;
	background-color: #EBEBEB;
	border-top: 1px solid;
	border-bottom: 1px solid;
	width: 30%;
}



