body {
      background-color:#FFFFFF;
      color:#666666;
      font-family: Verdana, Arial;
      background: linear-gradient(#eeeeee, #ffffff);
        background-attachment: fixed;
    }
   header {
     background-color:#BA1C21;
      color:#FFFFFF;
     font-family:Georgia;
   }

   h1{  background-image: url(dsu.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 1em;
     height: 72px;
    line-height:240%;
    margin-bottom:0;
}
    h3{color: #BA1C21;}

    nav{background-color:#F3F3F3;
      font-weight: bold;
      padding-left: 2em;
      padding-bottom: 0.5em;
      padding-right: .05em;
      padding-top: 0.5em;
      text-decoration: none; }

    h2{color:#424242;
    font-family:Georgia;}

    dt{color:#BA1C21;
    font-weight:bold;}
  
    footer{font-size: .70em;
      text-align: center;
      font-style: italic;}

      .dsu {color:#BA1C21;
      font-size: 1.2em;
      padding:1em;
    }
     main{ padding-left:2em;
        padding-right:2em;
        display:  block;  
}
    .homehero { height: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
}
      .studenthero { height: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;

    }
        .homehero { height: 0px;
        background-repeat: no-repeat;
      background-size: cover;
      background-position: center;

    }

     #wrapper { width: 80%;
     margin-right: auto;
     margin-left: auto;
     background-color:#ffffff
     min-width:960px;
     max-width:2048px;
     box-shadow: 0px 3px blur(3px) rgba(66,66,66,0.3) }