html {
		background-color: #334050;
	}

body {
	font-size: 14px;
	font-family: Georgia, serif;
	width: 700px;
	margin: 40px auto;
	background-color: white;
	padding: 3em;
}

h1 {
	margin-top: -5px;
	margin-bottom: 10px;
	font-family: Oswald, sans-serif;
	font-size: 30pt;
}

h2 {
	font-family: Oswald, sans-serif;
	font-size: 15pt;
	margin-top: 28px;
	margin-bottom: -5px;
}

strong {
	font-weight: bold;
}

small {
	font-size: 9pt;
}

ul {
	font-family: Georgia, serif;
}

ul li {
	margin-bottom: .25em;
}
.contact-info p {
	display: inline;
}

.address-street::after,
.address-city-state::after {
	content: " • ";
}
#main {
	font-size: 10pt;
	line-height: 5pt;
}

a:link {
	color: #7B99C0;
}

a:visited {
	color: #334050;
}

a:hover {
	color: black;
}

a:active {
	color: #0C0;
}

.references {
	padding-top: 20px;
}


