
/* typography */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 72.5%;
}


h1 {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 23px;
  padding-top: 0px;
  padding-bottom: 0px;
	line-height: 1.4;
}

h2 {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 17px; 
  margin-bottom: 0;
} 

#nav-sub dt {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 15px;
} 

h3 {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 13px;	
  font-weight: bold;
}

p strong em {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 15px;
  background: none;
  font-style: normal;
}

p em {
  background: none;
}

