body {
	background-color : #CC9966;
	margin: 0;

}



.maincontent a:link {
	color : yellow;
	text-decoration : none;
}

.maincontent a:visited {
	color : yellow;
	text-decoration : none;
}

.maincontent a:hover {
	color : #99FF33;
	text-decoration : none;
}

.maincontent a:active {
	color : yellow;
	text-decoration : none;
}



.maincontent p {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	margin : 0px 0px 10px 0px;	
	line-height : 22px;
}




.tabledtextbook {
	color : #FFCC00;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : normal;
}


