h1{
    background-color: #ba1c21;
    color: #FFFFFF;
}
header h1{
    line-height:240%;
}
nav{
    background-color:#F3F3F3;
    font-weight:bold;
}
.dsu{
    color: #BA1C21;
    font-size: 1.2em
}
body {
    color: #666666;
    background-color:#FFFFFF;
    font-family: Verdana, Arial, sans-serif;
}
h2{
    color:#424242;
    font-family: gerogia, serif;
}
dt{
    color:#BA1C21;
    font-weight: bold;
}
footer{
    font-size: 0.70em;
    font-style:italic;
    text-align:center;
}
#wrapper{
    width:80%;
    margin-right:auto;
    margin-left:auto;
}