/* 
 * The 100% Easy-2-Read Standard http://informationarchitects.jp/100e2r/
 */
body {
	font-size: 100%; /* for IE */
	font-family: Georgia, serif;
	color: #333;
}

html>body {
	font-size: 16px; /* non-IE */
}

p {
	line-height: 1.5em; /* 24px */
	font-size: 1em; /* 16px */
}

a {
	font-weight: normal;
	text-decoration: none;
}

#mainContainer {
	width: 65%; /* 59.375em; */ 
	margin:  0 auto;
	padding: 0 0 3em 0;
	position: relative;
}

