body {
	background-color: #f7f7f7;
	font-family: Verdana;
	max-width: 900px;
	margin: auto;
}

.logo {
	border: 1px solid #505050;
	border-radius: 7px;
	width: 10%
}
#title {
	color: #505050;
	text-transform: uppercase;
	text-align: center;
}

.subtitle {
	color: #505050;
	text-align: center;
}

.post_title {
	color: #505050;
	margin: 0;
	margin-bottom: 15px;
}

.post_title {
	font-size: 16px;
	font-style: italic;

}

.post {
	background: #fff;
	padding: 15px;
	border: 3px solid #505050;
	margin bottom: 10px;
	border-radius: 7px;
}

.post_content {
	margin: 0;
	margin-bottom: 15px;
	text-align: justify;
}

.post_img {
	margin-bottom: 15px;
	width: 100%;
	height: 50%;
}

a {
	text-decoration: underline;
	color: #505050;
}

.contact_list {
	list-style-type: none;
	padding-left: 15px;
}

.link {
	margin-top: 15px;
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 30px;
	width: 30px;
	height: 30px;
}