body, p, blockquote, span {	
	font-family: 'Roboto', Calibri, Helvetica, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.625;
	margin: 0;
	word-wrap: break-word;
}
b, strong {
	font-weight: 700;
}

i, em {
	font-style:italic
}

h1, h2, h3  {
	font-family: "Allerta Stencil", helvetica, arial, sans-serif; color: #999;
}
h1 { font-size: 30px; letter-spacing: -0.7px; }
h2 { font-size: 26px; letter-spacing: -0.5px; }
h3 { font-size: 24px; letter-spacing: -0.3px; }

a {font-style: underline; color: seagreen;}
a:hover {background-color: #FF9E3F;}
	
