.screen, #header, #mainnav, #sidebar, #commentform, #footer {display: none}
body {
	background: white;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, MS Sans Serif, Verdana, Arial;
	font-size: small;
}

img{
	border: 0px;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font: 14pt "Times New Roman", Times, serif;
}
h* {text-align: left;}

cite {
	font-size: 90%;
	font-style: normal;
	color: navy;
}

#post{
	text-align: justify;
}

.post-title {
	font-size: large;
	font-weight: normal;
	margin-bottom: 2px;
}