body {
	background-color: #ffffff;
	padding: 10px;
	margin: 0px;
}

/* Paragraf Style */
p, .first, .second {
	widows:7;
}
#background_top,#background_bottom, #background_content, #header {
display: none;
}
#content {
	width: 100%;
	max-width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	white-space: normal;
	font-weight: normal;
	text-decoration: none;
}
#footer{
	height: 21px;
	width: 100%;
	background-color: #999999;
}