body{
    background-color: #FFFF;
    color: #666666;
    font-family: Verdana, sans-serif;
    font-weight:400;   
}

header{
    background-color: #003058;
    color: #FFFFFF;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

nav{
    color: #F3F3F3;
    font-weight: bold;

}

h1 {
     
    line-height: 140%; 
    padding: 0.5rem; 
}


h2{
    color: #424242;
    font-family:Georgia, 'Times New Roman', Times, serif;
}


p{
    line-height: 1.25rem;
    text-indent: 4rem;
}


#wrapper{
    width: 80%;
    margin: 0rem auto;
}

.ut{
    color: #BA1C21;
    font-weight: bold;

}

dt{
    color: #003058;
    font-weight: bold;

}






