/**
 * Default
 */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
}
h1, h2, h3, h4 {
	font-weight: lighter !important;
}
p + p{
	margin-top: 16px;
}
p + h1, p + h2, p + h3, p + h4, p + h5{
	margin-top: 16px;
}
h1{
	font: 50px/55px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 22px;
	color:#404040;
}
h2{
	font: 30px/32px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 22px;
	color:#404040;
}
a, a:visited{
	color:#333
}
a:hover{
	color:#903a3b;
}
.meta-date{
	font: 11px/1 serif;
}