body{
	color: #999;
	font-family: Georgia;
	
	margin: 0 auto;
		margin-top: 30px;
	width: 800px;
}
h1{
	color: #222;
	font-size: 54px;
	font-variant: small-caps;
	font-weight: 900;
	margin-bottom: 0px;
}
h1 a{
	color: #222;
}
em{
	color: #000;
	font-weight: bold;
}
.qtip em{
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
p{
	font-size: 24px;
	line-height: 2;
}
a{
	color: #999;
	text-decoration: none;
}