

/* ------------------------------------------------------------ */
/* Override main body size here */

#mainBody {
	margin: 40px;

	text-decoration : none;
	font-weight : normal;
 	text-align : left;

/* For testing */
/* 	border: 1px solid #FF0000; */
}


/* ------------------------------------------------------------ */


#mainBody H1 {
	margin: 50px 30px 10px 0px;

	border-bottom: 1px solid #00F;

	font-size: 120%;
	font-weight: bold;
}


#mainBody H2 {
	margin-bottom: 2px;

	font-size: 100%;
	font-weight: normal;
}


#mainBody H3 {
	margin: 2px 30px 25px 20px;

	font-size: 90%;
	font-weight: normal;
}



