/* Copyright Hugh Collins 2010 */
#content a {
	color: #b25c04;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #d27c24;
}
.title {
	background: url(images/titleback.png);
	height: 100px;
}
.body {
	position: relative;
	padding: 20px;
	font-family: verdana;
	color: #333;
}
.heading {
	font-family: georgia;
	font-size: 34px;
}
.subheading {
	font-family: georgia;
	font-size: 26px;
	margin: 5px 0 10px 0;
}
.paragraph {
	font-size: 15px;
	margin: 10px 40px 40px 40px;
	padding-left: 10px;
	border-left: 3px solid #999;
}
.date {
	color: #666;
	font-weight: bold;
	margin: 10px 0 10px -40px;
}
.tags {
	color: #666;
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
}