/* ===| TYPOGRAPHY |==========================================================*/

body{
  font-family                                             : Arial, Helvetica Neue, Helvetica, sans-serif; /* or: Verdana, Tahoma, Geneva, sans-serif; */
  font-weight                                             : normal;
  font-style                                              : normal;
  font-size                                               : 12px;
  line-height                                             : 2em; }

  p{
    margin                                                : 0;
    font-size                                             : 1em;
    line-height                                           : 1.5em;
    margin-bottom                                         : 1em;
    text-align                                            : justify; }

    p.last{
      margin-bottom                                       : 0px; }

    p span{
      color                                               : #358900;
      font-weight                                         : bold; }

  blockquote{
    border-bottom                                         : 1px solid black;
    border-top                                            : 1px solid black;
    font                                                  : italic normal 1em Georgia, Times New Roman, Times, serif;
    line-height                                           : 1.5em;
    margin                                                : 0 10em 1.5em 10em;
    padding                                               : 1.5em 0 1.5em 0;
    text-align                                            : center; }

  h1{
    color                                                 : #51451f;
    font-family                                           : Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size                                             : 1.33em;
    font-weight                                           : bold;
    line-height                                           : 16px;
    margin                                                : 0em 0 0.5em 0; }

  h2{
    font-size                                             : 1.5em;
    font-weight                                           : bold;
    line-height                                           : 1em;
    margin                                                : 0em 0 0.62em 0; }

  h3{
    margin                                                : 0;
    font-size                                             : 1.3em;
    font-weight                                           : bold;
    line-height                                           : 0.7em;
    margin                                                : 0.1em 0 1.2em 0; }

  h4{
    margin                                                : 0;
    font-size                                             : 1.1em;
    font-weight                                           : bold;
    line-height                                           : 1.5em;
    margin                                                : 0.8em 0 1em 0; }
