#content {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	padding: 15px;
	width: 783px;
	margin-right: 200px;
}

#content a:link  {
	color: #E02C0C;
	text-decoration: underline;
}

#content a:visited {
	color: #AF230A;
	text-decoration: underline;
}

#content a:hover {
	color: #0B46A6;
	text-decoration: underline;
}

#content a:active {
	color: #FA2803;
	text-decoration: underline;
}

#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #BC250A;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#content h2 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #91200C;
	font-size: 1.6em;
	letter-spacing: 3px;
}

#content h3 {
	background:  #FEFED7;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #920101;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border-top: 2px solid #CCD9EE;
	border-bottom: 2px solid #CCD9EE;
}

#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #B1058E;
	font-size: 1.2em;
	margin-top: 35px;
	border-bottom: 1px dashed #91200C;
}
#content .article .author {
	font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
	font-size: 10pt;
	font-style: italic;
	color: #4A4A3D;
}
blockquote.quotation {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	color: #6F7984;
	font-weight: 700;
	line-height: 1.3em;
	margin: 1em 0;
	padding-left: 65px;
	padding-right: 10px;
	background: url(images/quote-left.png) 0.4em 0.7em no-repeat;
} 
blockquote.quotation div.quotation {
   	background: url(images/quote-right.png) bottom right no-repeat;
	padding-right: 65px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #4A4A3D;
	font-weight: normal;
	text-align: right;
} 

