﻿header {
	font-family: Arial, Helvetica, sans-serif;
	background-color: red;
	color: white;
	text-align: center;
	padding: 5px;
}
nav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	height: 300px;
	width: 262px;
	float: left;
	padding: 5px;
}
section {
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	float: left;
	padding: 10px;
	min-height: 600px;
}
footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: white;
	clear: both;
	text-align: center;
	padding: 5px;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: blue;
}
a:hover {
	background-color: red;
	color: white;
}
a:link:active {
	color: white;
}
h3 {
	text-align: center;
}
dl dt {
	font-weight: bold;
}
