body {
       background-color: #dbdbdb;
       padding: 0px;
       margin: 0px;

       font-family: Verdana, Arial, sans-serif;
       font-size: 13px;
       width: 800px;
       }
h1 {
     font-size: 240%;
     font-weight: 800;
     text-align: left;
     color: #636360;
     
     margin: 0px;
     padding: 0px;
     padding-bottom: 5px;
}

h2 {
     font-size: 200%;
     font-weight: 800;
     text-align: left;
     color: #636360;
     
     margin: 0px;
     padding: 0px;
     padding-bottom: 5px;
}

h3 {
     font-size: 160%;
     font-weight: 800;
     text-align: left;
     color: #636360;

     margin: 0px;
     padding: 0px;
     padding-bottom: 5px;
}

h4 {
     font-size: 120%;
     font-weight: 800;
     text-align: left;
     color: #636360;
     
     margin: 0px;
     padding: 0px;
     padding-bottom: 5px;
}

blockquote {
             font-family: 'Courier', serif;
             }

p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 8px;
    }

li {
     list-style-type: circle;
     }

p q {
      font-family: 'Courier',	serif;
      }

p em {
       font-style: normal;
       font-weight: bold;
       color: Maroon;
       }
a:link { 
         font-style: normal;
         text-decoration: none;
         color: #5e0763;
         } 

a:visited { 
            font-style: normal;
            text-decoration: none;
            color: #5e0763;
            }

a:hover { 
          font-style: normal;
          text-decoration: none;
          color: #e23f0d;
          }
