#article {
	background-color: white;
	height: auto;
	margin: 1em;
	clear: both;
	z-index: inherit;
	overflow: visible;
	visibility: visible;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-align: justify;
	padding: 1em;
}

#article_header {
	text-align: justify;
	font-weight: bold;
	font-size: x-large;
}

#article_body {
	text-align: justify;
	font-size: small;
	text-indent: 1em;
}