/*
  Content styling rules. 
*/

#content {
  /* don't change the display property! */
  font-size: 10pt;
  color: #222;
}

#content h1 {
   font-size: 14pt;
   font-weight: normal;
   padding-bottom: 2px;
   border-bottom: 1px solid #ccc;
}

#content h2 {
   font-size: 12pt;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
   margin-top: 1.5em;
   margin-bottom: 0.3em;
}

#content p {
   padding: 0px;
   margin: 0px;
   margin-bottom: 1em;
   line-height: 1.4em;
   text-align: justify;
}

#content a {
   color: #4282d3;
   text-decoration: none;
}

#content a:hover {
   color: #6997d3;
   text-decoration: underline;
}

#content a:visited {
   color: #0e51a7;
}