/* Basic typography BEGIN */
  body, td {
    font-size: 12px;
    line-height: 15px;
    font-family: arial, sans-serif;
    vertical-align: baseline;
  }
  
  h1, h2, h3, h4, h5, h6, li span.linkheader {
    line-height: 30px;
    font-weight: normal;
    font-family: georgia, serif;
  }
  
  h1, li span.linkheader {
    font-size: 24px;
  }
  h1 {
    margin: 0 0 15px;
  }
  
  h2 {
    font-size: 18px;
    margin: 10px 0 5px;
  }
  
  h3, #infoBox h2 {
    font-size: 14px;
    margin: 10px 0 5px;
  }
  
  h4 {
    font-size: 12px;
    margin: 10px 0 5px;
  }
	p  { 
		margin: 0 0 15px;
  }
  
/* Basic typography END */


#header a {
  font-weight: bold;
}
#header a, body#splashPage #content ul a {
  text-decoration: none;
}

