h1 {
	text-align: center;
	background-color: #BA1C21;
	color: #FFFFFF;
	line-height: 240%;
	text-align: left;
	font-family: georgian;
}
footer {
	text-align: center;
	font-size: .70em;
}

body {
	background-color:#FFFFFF;
	color: #666666;
	font-family: sans-serif;
}
nav {
	background-color: #F3F3F3;
	color: #FFFFFF;

}
h2 {
	color: #424242;
	font-family: georgian;
	font-weight: bold;
}
dt {
	color: #BA1C21;
	font-weight: bold;
} 
#wrapper {
	width: 80%
	margin-left: auto;
	margin-right: auto;
}
