* {
	margin:				0;
	padding:			0;
}
body {
	color:				#000;
	background:			#fff;
	font-family:		Arial, Tahoma, Verdana, sans-serif;
	font-size:			76%;
	line-height:		150%;
}
a:link,
a:visited,
a:active {
	color:				#0960b2;
	text-decoration:	none;
}
a:hover,
a:focus {
	text-decoration:	underline;
}
ul, ol {
	margin-left:		30px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:			0.25em;
	margin-bottom:		7px;
}
h1 {
	font-size:			140%;
}
h2 {
	font-size:			130%;
}
h3 {
	font-size:			110%;
}
h4, h5, h6 {
	font-size:			100%;
}
p {
	margin-bottom:		1em;
}
blockquote {
	margin:				0 3em;
	font-style:			italic;
}
blockquote.clPullquote {
	float:				left;
	width:				10em;
	margin:				0.25em 0.75em 0.25em 0;
	padding:			0.5em;
	border-top:			3px solid #ccc;
	border-bottom:		3px solid #ccc;
	color:				#333;
	background:			#fff;
	font-size:			1.3em;
	line-height:		1.3em;
	font-family:		Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-style:			italic;
}
blockquote.alt {
	float:				right;
	margin:				0.25em 0 0.25em 0.75em;
}
.pullquote p {
	margin:				0;
	text-align:			center;
} 
.pullquote p:first-letter {
	text-transform:		uppercase
} 