body {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	color: #444444;
	background-color: #fefefd;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
		color: #000000;
}

a {
	color: #999999;
	}

a:hover {
	text-decoration: none;
	color: blue;
	}

header, #content {
	width: 30em;
	margin: 0 auto;
	float: none;
	}

header {
	font-size: 30px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: .6em;
	margin-bottom: 1.8em;
	}

header a {
	text-decoration: none;
	}

header img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	vertical-align: bottom;
	}

footer {
	color: #555555;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 2em;
}
