body {
  margin: 0px;
  padding: 0p ;
}

header {
  float: left;
  width: 100%;
}

header img {
  margin: 0em 0em 0em 2em;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f99;
  color: #fff;
}

#wrapper {
  float: left;
}

p {
  font-size: 20px;
  margin: 1em 1em 0em 2em;
  font-family: Arial, Verdana, Helvetica, 
   Geneva, Tahoma, Trebuchet, Sans-Serif;
}

a:link, a:visited {
  font-size: 25px;
  text-decoration: none;
  color: #699;
}

ul {
  font-size: 20px;
  margin: 1em 0em 3em 2em;
  padding: 0px;
  font-family: Arial, Verdana, Helvetica, 
   Geneva, Tahoma, Trebuchet, Sans-Serif;
  list-style-type: none;
}

#contitle {
  text-decoration: underline;
}

footer p {
  float: right;
  width: 20%;
  font-size: 16px;
  text-align: right;
  margin: 1em 1em 1em 0em;
}

footer p a:link, footer p a:visited {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

footer #L {
  float: left;
  width: 65%;
  text-align: left;
  font-size: 16px;
  color: #fff;
  margin: 1em 0em 1em 1em;
}





