@import url("bootstrap.css");

body {
	font-family: Georgia, serif;
}

h1,h2,h3 {
	font-weight: normal;
}

header,
footer {
	background-color: white;
	text-align: center;
	width: 940px;
}

header {
	margin-top: 10px;
	position: fixed;
}

footer {
	margin-bottom: 50px;
}

hr.dotted {
	border-bottom: 2px dotted #000;
	margin: 0 auto;
	width: 200px;
}

.content .top {
	margin-top: 50px;
	text-align: center;
}

.content .title {
	font: 400%/1.6 Georgia, serif;;
}

.post {
	width: 35%;
	margin: 0 auto;
}

.post p {
	line-height: 30px;
}