#content {
   padding: 2em;
	margin: 10px 0px 3em 200px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background-color: #bfbfbf;
}

/* ------------------ Typography ------------------- */
h1 {
	font-size: 1.2em;
	text-align: left;
	padding: 23px 0 33px;
	letter-spacing: 1.5px;
	font-weight: normal;
}
		.small { 
		font-size: 1.2em; 
		}
		.medium { 
		font-size: 2em;
		}
		.large { 
		font-size: 2.8em;
		}
h2 {
	font-size: 1.6em;
	text-align: left;
	margin: 0 0 1em !important;
	color: #000000;
}
h3, h4 {
	font-size: 1.2em;
	margin: 0;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em;
	}
p { 
	font-size: 1.2em;
	margin: 0 0 1em;
	text-align: justify; text-justify: newspaper;
}
#content ul {
	margin: 0 0 1em 40px;
	font-size: 1.2em;
}
input, textarea {
	font-family: inherit;
	font-size: 1.1em;
}