html, body {

	font-family:helvetica, arial, sans-serif;
	color:#000;
	margin: 10px 0px 20px 10px;
	
}
	

a:link,
a:active,
a:visited {

	color:#000;
	text-decoration:none;
	border-bottom: 1px dotted #000;
	
}

a:hover {

	background-color: #FFFF00;
	text-decoration:none;
	border-bottom: none;
	
	}

div#header h1 {

	margin:0;
	padding:0;

	font-size:58px;

}

div.post {

	margin:0px;
	padding:0px 0px;

	width:450px;
	border-top:30px solid #000;

}

div.post h3 {

	position:absolute;
	margin-left: 450px;
	
	font-size:16px;
	font-weight:bold;
	margin-top:20px;

}

div.post h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:20px;
}

div.comments h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:20px;
}
div.recentcomments div {
	position:absolute;
	right: 20px;
	top:20px;
	
	font-size:16px;
	font-weight:bold;
	font-size:16px;
	font-weight:bold;
	
}

div.comments h3 a {

	text-decoration:none;
	border-bottom: none;
}

div.comments h3 {

	margin-bottom:0px;

}

div.post div,
div.comments div {

	font-size:14px;
	line-height:18px;
    margin-bottom:20px;
    width:440px;
}

div.comments {

	margin:0px;
	padding:0px 0px 100px;
	
	width:450px;
	border-top:20px solid #000;

}

div.comments p.write_comment {

	position:absolute;
	margin-left: 450px;
	font-weight:bold;
	margin-top:20px;
}
div.comments p.write_comment a {

	text-decoration:none;
	border-bottom: none;
}

a.permalink {

	text-decoration:none;
	border-bottom: none;
}
