
body {
      color: #000000;
      font-family: georgia;
      font-size: 13px;
      background-color: #000000;
     }

h1 {
    color: #000000;
    font-family: verdana;
    font-size: 21px;
    font-weight: bold;
      }

h2 {
    color: #000000;
    font-family: verdana;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
   }

h3 {
    color: #000000;
    font-family: verdana;
    font-size: 17px;
   }

h4 {
    color: #000000;
    font-family: verdana;
    font-size: 15px;
   }

p, li {
    color: #000000;
    font-family: georgia;
    font-size: 13px;
   }

a {
   color: #ff0000;
   text-decoration: none;
   border-bottom: 1px dotted #999;
  }

a:hover {
         color: #0000ff;
         text-decoration: underline;
        }

.hang {
       text-indent: -3em;
       margin-left: 3em;
      }
