body {
    background-color:#FFFFFF;
    color: #666;
    font-family:Verdana;
}

header {
    background-color:#ba1c21;
    color:#FFFFFF; 
    font-family:Georgia;
}

body header h1 {
    line-height:240%;
}

nav {
    font-weight:bold;
    background-color:#F3F3F3;
}

body header h2 {
    font-family:Georgia;
    color:#424242;
   
}

footer {
    font-size:.70em;
    font-style:italic;
    text-align:center;

}

.dsu {
    color:#ba1c21;
    font-weight:bold;
}

main dl dt {
    font-weight:bold;
    color:#ba1c21
    
}

#wrapper {
    width:80%;
    margin-left:auto;
    margin-right:auto;
}