#content {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 0.85em;
	line-height: 1.6em;
	padding: 15px;
	width: 535px;
}

#content a:link  {
	color: #3655B1;
	text-decoration: underline;
}

#content a:visited {
	color: #0E2C83;
	text-decoration: underline;
}

#content a:hover {
	color: #0846F9;
	text-decoration: underline;
}

#content a:active {
	color: #6786DF;
	text-decoration: underline;
}

#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #E85A15;
	font-size: 1.6em;
	letter-spacing: 1px;
}

#content h2 {
	font-family: "Futura Md BT", "Arial", "Helvetica", sans-serif;
	color: #3655B1;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #E85A15;
	font-size: 1.5em;
	margin-top: 35px;
	border-bottom: 1px dashed #006BF0;
}

#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #546FBE;
	font-size: 1.2em;
	margin-top: 35px;
	border-bottom: 1px dashed #F5CD1F;
}

#content .article .title {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #E85A15;
}

#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: #E85A15;
	line-height: 1.3em;
	margin: 0;
	padding: 1em;
	background: url(images/quote-left.gif) 0.4em 0.7em no-repeat;
	border-top: 1px dashed #006BF0;
	border-bottom: 1px dashed #006BF0;
} 
blockquote.quotation div.quotation {
   	background: url(images/quote-right.gif) bottom right no-repeat;
	padding-top: .7em;
	padding-bottom: .2em;
}
blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #4A4A3D;
	font-weight: normal;
	text-align: right;
	line-height: 1.1em;
} 