  body{
    background-image: none;
  }
  .wrapper{
    width: 6.5in;
    height: auto;
    margin: .5in .5in .5in .5in;
    padding: 0px;
    background: white;
    opacity: 1;
  }

  h1{
    font-size: 2.2em;
    color: red;
    margin-bottom: 0.5em;
  }
  p{
    font-size: 2.5em;
    line-height: 1.2em;
    color: black;
    margin-bottom: 1em;
    padding: 0px;
    background-color: white;
  }

  a, a:visited {
    color: blue;
    text-decoration: underline;
  }
  a:hover{
    color: blue;
    text-decoration: underline;
  }

  /* -- Presistent footer style --*/
  footer, footer p{
    width: 100%;
    height: 30px;
    background-color: white;
    color: black;
    clear:both;
    text-align: left;

  }