
/* Content ****************************************************************** */

#content {
  padding :  60px ;
  text-align : justify ;
  line-height : 1.2 ;
  }

#content a {
  color : black ;
  font-weight : bold ;
  }

#content a:hover {
  color : red ;
  }

#content h1 {
  font-family : 'century gothic', 'CenturyGothicRegular', verdana, arial, sans-serif ;
  font-size : 24px ;
  text-transform : uppercase ;
  margin-bottom : 20px ;
  }

#content h2 {
  font-family : 'century gothic', 'CenturyGothicRegular', verdana, arial, sans-serif ;
  font-size : 18px ;
  text-transform : uppercase ;
  margin-bottom : 15px ;
  margin-left : 20px ;
  border-bottom : 1px dotted #c0c0c0 ;
  }

  #content *+h2 {
    margin-top : 20px ;
    }

  #content h1+h2 {
    margin-top : 10px ;
    }

#content p,
#content ul {
  line-height : 2 ;
  }

#content p+p {
  margin-top : 10px ;
  }

#content ul {
  list-style-type : disc ;
  margin-left : 25px ;
  }