/* Typography Style #8 */
/* (START) */
body {
	color: #666;
	font-family: tahoma, sans-serif;
}
h1 {
	font-size: 36px;
	padding: 10px 30px;	
	text-align: center;
	color: #1d6bb4;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	padding: 10px;
	text-align: center;	
	font-weight: bold;
	background: #eee;
	border: 1px solid #ccc;
}
h3 {
	font-size: 21px;
	padding: 10px 0;	
	text-align: center;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;	
	font-weight: normal;
}
p {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.9em;
	color: #666;
	padding: 10px 30px;
}
strong {
	font-weight: bold;
	color: #333;
}
em {
	background: #f6fc94;
	padding: 5px;
}
a {
	font-weight: bold;
}
/* (END) */
