body{
  color: #666666;
  background-color: #FFFFFF;
  font-family: Verdana,Arial,sans-serif;
}

header{
  background-color: #BA1C21;
  color: #FFFFFF;
  font-family: Georgia,serif;
}
/*decendent selector*/
header h1{
  line-height: 240%;
}

nav{
  background-color: #F3F3F3;
  font-weight: bold;
}

h2{
  color: #BA1C21;
  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;
}
#wrapper{
  width: 80%;
  margin-left: auto;
  margin-right: auto;

}
