/* Typography Style #4 */
/* (START) */
body {
	color: #000;
	font-family: Georgia, serif;
	font-size: 14px;
}
h1 {
	font-size: 36px;
	padding: 10px 0;	
	text-align: center;
	color: #f51414;
	letter-spacing: -1px;
}
h2 {
	font-size: 24px;
	padding: 10px 0;
	text-align: center;	
	letter-spacing: -1px;
	color: #9b0e0e;
}
h3 {
	font-size: 21px;
	padding: 10px 0;	
	letter-spacing: -1px;
	text-align: center;
}
h4 {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;	
	letter-spacing: -1px;
}
p {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.9em;
	color: #000;
}
strong {
	font-weight: bold;
	color: #333;
}
em {
	background: #f6fc94;
	padding: 5px;
}
a {
	font-weight: bold;
}
/* (END) */