body { 
	font-family: "sans-serif";
	color: #666666; 
	background: #ffffff; 
    }
#wrapper {
    width:80%;
    margin: 0 auto;
}
header {
    line-height: 240%;
    background: #ba1c21;
    color: #ffffff;
    font-family: "Georgia";
    }
header h1 {
    line-height: 240%;
    }
nav {
    font-weight: bold;
    background: #F3F3F3;
    }
h2 {
    color: #424242;
    font-family: "Georgia";
}
dt {
    color: #BA1C21;
    font-weight: bold;
}
.dsu {
    color: #BA1C21;
    font-size: 1.2em;
    }
footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
}