/* history.css
 *   for site history only.
 *   -> This is loaded *after* the main stylesheet:
 *        it only contains *differences*.
 * notes: see main stylesheet for css notes, standards, etc.
 */

/* -----------------------------------------------------------
  *** {history only *** 
   ----------------------------------------------------------- */

/* Content area of page */
  div#ContentWrapper {
  clear: both;
  display: table;
  width: 740px;
  padding: 0;
  
  }

  div#ContentWrapper h2 {
   
   border-bottom: 2px dashed blue;
     
   padding: 0.3em 0em 0em 0;
  
   margin: 0.5em 7em 0 2em;
    
   }
  
div#ContentWrapper p { 
    
    width: 700px;

    text-align: justify;
    
    font: Georgia, Times, "Times New Roman", serif;
           
    line-height: 22px;
    
    margin: 1em 8em 1em 2em;
    
    margin-bottom: 2ex;
}

div#ContentWrapper p img { 
  
  float: left;
  margin: 0.5em 2em 2em 2em;
  border: none;
}


/* e o f */
