<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>lchandler new document title</title>
</head>
<body>
<p>body{   color: #666666;   background-color: #000000;   background-image: linear-gradient(to bottom,#eeeeee,#FFFFFF);   font-family: Verdana,Arial,sans-serif;   background-attachment: fixed; }  header{   background-color: #BA1C21;   color: #FFFFFF;   font-family: Georgia,serif; } /*decendent selector*/ header h1{   margin-bottom: 0;   line-height: 240%;   background-image: url("dsu.jpg");   background-repeat: no-repeat;   background-position: right;   padding-left: 1em;   height: 72px; }  nav{   background-color: #F3F3F3;   font-weight: bold;   padding-top: 0.5em;   padding-bottom: 0.5em;   padding-bottom: 0.5em;   padding-left: 2em; }  h2{   color: #000000;   font-family: Georgia,serif; }  dt{   font-weight: bold;   color: #BA1C21; }  .dsu{   font-size: 1.2em;   color: #BA1C21; }  footer{   font-size: .70em;   font-style: italic;   text-align: center;   padding: 1em; } #wrapper{   width: 80%;   margin-left: auto;   margin-right: auto;   background-color: #FFFFFF;   min-width: 960px;   max-width: 2048px;   box-shadow:0px 3px 3px rgba(66,66,66,0.3); } h3{   color: #BA1C21;   font-weight: bold;  } main{   padding-left: 2em;   padding-right: 2em;   display: block; }  #homehero{   height: 300px;   background-image: url("homehero.jpg");   background-size: cover;   background-position: center; } #studenthero{   height: 300px;   background-image: url("studenthero.jpg");   background-size: cover;   background-position: center; } #facultyhero{   height: 300px;   background-image: url("facultyhero.jpg");   background-size: cover;   background-position: center; } nav a{   text-decoration: none; }</p>
</body>
</html>