@import url('font.css');

body, p, td, th, li {
	font-family : Arial;
	font-size : 12px;
	line-height : 1.2;
	color : #555555;
}

a { color:#000080; }

h1 { color:rgb(0, 51, 160); }

h1 > a, h2 > a, h3 > a, h4 > a { color:inherit; }

hr { height:1px; color:#000000; background:#000000; border:none; }

blockquote {
	font-family : Georgia, Times, Times New Roman, Serif;
	font-size:17px;
	line-height:1.3;
	font-style:italic;
	color:#888888;
	position:relative;
	margin-left:0;
	margin-right:0;
	padding-left:40px;
	padding-right:40px;
}

blockquote span.attribution {
	display:block;
	text-align:right;
	font-weight:bold;
	font-style:normal;
}

blockquote::before {
	position:absolute;
	left:0;
	top:0;
	font-size:20px;
	font-weight:bold;
	content:'\f10d';
	font-family:FontAwesome;
	color:#aaaaaa;
}