body{
  width:100%;
  font-size:100%;
  margin:0px;
  padding:0px;
}
h1{
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  color: #003399;
  text-transform: uppercase;
  border-bottom: 2px solid #939597;
  width:300px;
  padding-bottom: 5px;
  margin: 10px;	
}

h2{
  font-family: 'Bitter', serif;
  font-weight: bold;
  color: #404040;
  text-transform: uppercase;
  padding-bottom: 5px;	
  margin: 10px 15px;	
}
.accentuate{
  font-family: 'Bitter', serif;
  font-weight: bold;
  color: #309;
  font-size:80%;
  margin:-10px 0px 20px 10px;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;	
	color: #404041;
	line-height: 18px;
	margin: 0px 10px 15px 10px; 
}