body{ 
    background-color: #FFFFFF;
    color: #666666;
    font-family: "roboto", sans-serif;
}
header { 
    background-color: #003058;
    color:#FFFFFF;
  
    font-family: Georgia;
}
nav {
    font-weight: 900;
    background-color: #F3F3F3;
}
h2 { 
    font-family: Georgia, 'Times New Roman', Times, serif;
}
header h1 {
    line-height: 140%;
    padding: .5rem;

}
footer{
    font-size:.70rem;
    font-style: italic;
    text-align: center;
}
#wrapper {
    width: 80%;
    margin: 0rem auto 0rem auto;
}
.ut{
    color: #ba1c21;
    font-weight: 900;
}
dt{
    color: #003058;
    font-weight: 900;
}  
