@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
body {
	background-color: #FFFFFF;
	color: #003366;
	font-family: 'Oswald', sans-serif;
}
header {
	background-color: #003366;
	color: #AEC3E3;
	font-family: 'Times New Roman', serif;
}
h1 {
	line-height: 200%;
	text-indent: 1em;
}
nav {
	font-weight: bold;
}
dt {
	color: #5280C5;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Times New Roman', serif;
}
category {
	font-weight: bold;
	color: #5380C5;
	font-family: 'Times New Roman', serif;
}
footer {
	font-size: .70em;
	font-style: italic;
}
#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
}