body, div, img {
  margin: 0;
  padding: 0;
  border: 0;
  color: white;
  background: #D02433; /* Whozit red */
  }
h1, h2, h3 {
  font-family: serif;
  text-align: center;
  text-transform: capitalize;
  }
h4 {
  font-family: serif;
  text-transform: uppercase;
  text-decoration: overline;
  }
p {
  font-family: sans-serif;
  }
a:link {
  color: #0076CC; /* Whozit blue */
  }
a:visited {
  color: #95288F; /* Whozit purple */
  }
a:hover {
  color: #FF9A00; /* Whozit yellow */
  }
.center {
  text-align: center;
  }
.floatleft {
  float: left;
  }
.slogan {
  margin: 0 1.5em;
  font: oblique 500 1.1em sans-serif;
  }


#header {
  margin-left: 367px;
  height: 200px;
  }
#header h3 {
  margin-top: .5em;
  text-decoration: overline;
  }
#header a {
  text-decoration: none;
  color: #FF9A00; /* Whozit yellow */
  }


#side {
  border-top: 3px solid black;
  width: 20%;
  }
#side p {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
  }
#side p a:link, #side p a:visited {
  display: block;
  width: 88%;
  padding: 3% 6%;
  font: bold .9em/1.5 sans-serif;
  text-decoration: none;
  text-align: center;
  color: white;
  background: #D02433; /* Whozit red */
  }
#side p a:hover {
  color: black;
  background: #FF9A00; /* Whozit yellow */
  }


#main {
  margin-left: 20%;
  padding: 1% 2%;
  border-top: 3px solid black;
  border-left: 2px solid black;
  color: black;
  background: white
  }
#main h2 {
  border-top: 1px solid;
  }
#main h3 {
  text-decoration: overline;
  }


#footer {
  clear: both;
  padding: 2% 3%;
  border-top: 3px solid black;
  font-size: .85em;
  text-align: center;
  }
