
body {
	line-height: 1.5;
	
	font-family: sans-serif;
	
	color: #666666;
	background-color: #dcded1;
}

body :not(img){
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin-bottom: 70px;
	
	text-align: center;
	line-height: 1;
	
	font-family: georgia;
	font-style: italic;
	font-weight: 100;
	font-size: 50px;
	
	color: #008d62;
}

ul {
	margin-top: 0;
	padding: 0;
	
	list-style-position: inside;
	
	font-family: monospace;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

h2 {
	margin-top: 70px;
	margin-bottom: 0;
	
	line-height: 1.2;
	font-family: georgia;
	font-size: 28px;
	
	color: #728d00;
}

p {
	margin-top: 0;
}

time {
	font-family: monospace;
	font-size: 16px;
	
	color: #728d00;
}

a {
	color: #0070ac;
}

strong {
	font-style: bold;
	
	color: #000000;
}

img {	
	display: block;
}




