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

