
div.top {
	margin-top: 30px;
}

div.top h2 {
	text-align: center;
	margin-bottom: 2px;
	
}

div.blog-intro {
	width: 400px;
	margin: auto;
	margin-bottom: 20px;
	
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

div.blog-text {
	width: 600px;
	margin: auto;
}

div.blog-text h3 {
	margin: 0;
	
	font-size: 14px;
	font-style: italics;
	color: grey;
}

div.images-right {
	float: right;
}

