/* TYPOGRAPHIE
*****************************************************************/ 
#content h1
  {
    font-size:24px;
    font-weight: normal;
    margin-bottom:18px;
    line-height: 1.2em;
  }
  
#content h2
  {
    font-size:16px;
    font-weight: bold;
    margin:12px 0;
  }  

#content
  {
    line-height: 1.5em;
  }
  
#content p
  {
    margin-bottom: 12px;
  }  
  
#content .gutter li
  {
    list-style: square;
    list-style-position: outside;
    margin: 0 0 6px 16px;
  }  
