body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 10pt;
	color: #655d51;
	margin: 0px;
	background-color: #ecebea;
}

#content {
	background-color: #fff;
	padding: 32px;
	width: 400px;
}

h1 {
	letter-spacing: -0.1em;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	color: #3F9FD3;
	
}

.date {
	color: #7294a5;
	font-size: x-small;
	display: block;
	/*border-bottom: 1px solid #A1BDCB;*/
}

p {
	line-height: 1.5em;
	text-align: justify;
}
.post {
	margin-bottom: 32px;
}

a {
	color: #2F2310;
	text-decoration: none;
}

a:hover {
	color: #D04677;
}