     .email {
      font-family: monospace;
    }

   em {
      font-style: normal;
      color: #D2C8B2;
      }

   strong {
      color: #D2C8B2;
   }

    .gram {
      font-family: serif;
      font-variant: small-caps;
    }

   #mainBody {
      position: absolute;
      background-color: #121622;
      border-color: #D2C8B2;
      border-width: .25cm;
      border-style: dotted;
      height: auto;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 2%;
      margin-bottom: 2%;
   }

   #wholeThing {
     background-image: url("images/background.jpg");
   }

    body {
      width: 100%;
      height: 100%;
      color: #8EC2CE;
      background-image: url("images/background.jpg");
      font-family: sans-serif;
      margin-left: auto;
      margin-right: auto;
    }

    a:link {
       color: #A593CF; 
       text-decoration: none; 
    }

    a:visited {
       color: #A593CF; 
       text-decoration: none; 
    }

    a:active {
       color: #A593CF; 
       text-decoration: none; 
    }

    a:hover {
      color: #D2C8B2;
      text-decoration: none;
    }

    h1 {
       text-align: left;
       font-family: serif;
       font-variant: small-caps;
       border-bottom: 5px #D2C8B2 solid;
       width: 65%;
       margin-left: auto;
       margin-right: 5%;
       }

    h2 {
       color: #D2C8B2;
       text-align: left;
       font-family: serif;
       font-variant: small-caps;
       border-bottom: 5px #8EC2CE solid;
       width: 25%;
       margin-left: auto:
       margin-right: auto;
       }

    .rfloat {
      font-size: 10pt;
      float: right;
      width: 20%;
      height: 100%;
      margin-left: auto;
      text-align: left;
      margin-bottom: 100%;
      position: relative;
    }

    .mainText p {
      font-size: 11pt;
      float: left;
      height: 95%;
      margin-left: 5%;
      margin-right: auto;
      margin-bottom: 5%;
      width: 70%;
      position: relative;
    }

    li {
      list-style-type: none;
      text-align: left;
      clear: right;
     }

    .footer p {
     text-indent: 0em;
     float: bottom;
     text-align: center;
     font-size: 8pt;
     width: 100%;
     clear: bottom;
     clear: left;
     clear: right;
     clear: top;
     position: relative;
     margin-left: 5%;
     margin-right: auto;
    }

    p {
    text-indent: 1em;
    }
