#header, #catnav, #navigation, #respond, #footer, .post-edit-link, .comment-edit-link, .comment-reply-link, .postmetabottom { display: none; }

#comments .avatar { float: left; margin-right: 5mm; }
ul.commentlist { list-style: none; padding-left: 0; }

.postmetatop {
	font-size: 10pt;
}

* {
	font-family:"times new roman","Times",serif;
	text-align:justify;
} 


body {
	background: white;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: black;
}

pre,
code {
	font:12pt "Courier New","Courier", monospace;
	color: black;
	background:white;
	margin-left:2px;
	padding:1em;
	border-left: 1px solid black;
	overflow:visible!important; 
	white-space:normal;
	width:90%;
	height:auto;
}

