div#content {
   margin: 0;
   padding: 30px;
   color: black;
   background: white;
   }
div#content p {
   font-size: 1.1em;
   text-align: justify;
   text-indent: 2em;
   line-height: 1.5em;
   }
div#content p.indent {
   text-indent: 0;
   padding-left: 4em;
   }
div#content strong {
   font-weight: normal;
   color: #a00;
   background: white;
   }
div#content h3 {
   font-size: 1.3em;
   text-align: left;
   }
div#content h4 {
   font-size: 1.1em;
   font-weight: bold;
   text-align: left;
   }
div#content a {
   color: #a00;
   background: none;
   text-decoration: none;
   padding: 2px;
   }
div#content a:hover {
   color: white;
   background: #a00;
   text-decoration: none;
   }
div#content ul {
   padding: 0;
   margin: 0;
   padding-left: 4em;
   list-style-type: circle;
   }
div#content ol {
   padding: 0;
   margin: 0;
   padding-left: 4em;
   list-style-type: Lower-latin;
   }
div#content li {
   font-size: 1.1em;
   line-height: 1.6em;
   text-align: justify;
   }
