h1 {
	font-size: 28px;
	color: #1671c0;
	margin-top: 40px;
}
h2 {
	font-size: 15px;
	color: #3d1909;
	margin: 25px 0px 10px 0px;
	
}
h3 {
	font-size: 13px;
	color: #9c3700;
	margin: 0px 0px 10px 0px;
}
h4 {
	font-size: 12px;
	color: #3d1909;
	margin: 0px 0px 10px 0px;
}
p {
	font-size: 12px;
	color: #3d1909;
	line-height: 20px;
}
.post-body {
	font-size: 12px;
	color: #3d1909;
	line-height: 20px;
}

#content a:link {
	text-decoration: none;
	color: #1671c0;
}
#content a:visited {
	text-decoration: underline;
	color: #3d1909;
}
#content a:hover {
	text-decoration: underline;
	color: #1671c0;
}
