#content h2 {
	margin : .5em 0 1em;
	color : #900;
	font-weight : bold;
	font-size : 123.1%;
}

#content h3 {
	margin : 3em 0 1em;
	color : #036;
	font-weight : bold;
	font-size : 100%;
}

#content h4 {
	margin : 1.3em 0 0;
	line-height : 1.3;
	color : #000;
	font-weight : bold;
	font-size : 77%;
	border : none;
}

#content p {
	margin : 0 0 1.3em;
	font-size : 77%;
	line-height : 1.3;
	text-align : justify;
}

#content ul, #content ol {
	margin : 0 0 1.3em 2em;
	font-size : 77%;
	line-height : 1.3;
}

strong {
	font-weight : bold;
}

em {
	font-style : italic;
}

