html {
	margin: 20px 20px 20px 20px;
}

h1 {
	font-family: Georgia;
	font-weight:400;
	margin-top:5px;
}

h2, h3{
	font-family: Georgia, serif;
}
p, section {
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
h1, h2, h3, p {
	color: white;
}

a:link {
	color: #80AFCF;
}

a:visited {
	color: #c9bab0;
}

html {
	background-color: #36454f;
}

article {
	padding-top:15px;
	padding-bottom:15px;
	border-bottom: 1px #80AFCF dotted;
	max-width:900px;
}

article h3 {
	font-weight:200;
	margin-bottom:10px;
}

article footer p{
	font-style: italic;
	font-size: 10px;
}

#nav {
Font-size: 10px;
}