.maincontent a:link {
	color : #FFFF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

.maincontent a:visited {
	color : Yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

.maincontent a:hover {
	color : Lime;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

.maincontent a:active {
	color : #99FF00;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

body {
	background-color: #FFCC66;
	margin: 0;
}

.maincontent {
	position : relative;
}

.maincontent h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: White;
	font-size : 28px;
	font-weight : normal;
}

.maincontent h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color : #006699;
	font-size : 22px;
}

.maincontent h3 {
	color : #FF0033;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size : 18px;
}


.maincontent p {
	margin : 0px 0px 10px 10px;	
	font-size: 15px;
	line-height : 20px;
	color : #7e4225;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}





#megawrapper {
	position : relative;
	width: 930px;
	margin: 5px auto 15px auto;	
	padding : 0px 0px 0px 0px;
	border: 1px solid White;
		    -moz-box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.6);
    -webkit-box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.6);
    box-shadow: 7px 7px 12px rgba(211, 211, 211, 0.6);
	
}



	