 <style>
@font-face{
    font-family: Verdana,Arial,"sans serif",georgia;
}
body{
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana,Arial,"sans serif";
    background-image:linear-gradient(to bottom, #eeeeee, #ffffff);
} 
#wrapper{
    background-color: #ffffff;
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 3px 3px rgba (66,66,66,0.3);
}
#homehero {
    background-image: url("images/homehero.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
#studenthero {
    height: 300px;
    background-image: url("images/studenthero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#facultyhero {
    background-image:url("images/facultyhero.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
header{
background-color: #ba1c21;
color: #ffffff;
font-family: georgia, "sans serif";   
}
h1{
    line-height: 240%;
    background-image: url(dsu.jpg);
    background-position: right;
    padding-left: 1em;
    height: 72px;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
nav{
    font-weight: bold;
    background-color: #f3f3f3;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    text-decoration: none;
    color: #0000FF;
}
h2{
    color: #424242;
    font-family: georgia, "sans serif";
}
dt{
    color: #ba1c21;
    font-weight: bold;
}
.dsu{
    color: #ba1c21;
    font-size: 1.2em;
}
footer{
    font-size: .7em;
    font-style : italic;
    text-align: center;
    padding: 1em;
h3{
    text-decoration-color: #ba1c21;    
    }
main{
    padding-left: 2em;
    padding-right: 2em;
    display: block;
        
    }
}
</style>