@charset "UTF-8";
/* CSS Document */

.showtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.showdetails {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
	line-height: 26px;

}
.bodycopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;

}

ol.tumblr_posts
{
	list-style: none;
}



.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 600px;
	color: #666;
	


}



A:link {text-decoration: none; color:#333}
A:visited {text-decoration: none; color:#333}
A:active {
	text-decoration: none;
	color:#333
}
A:hover {
	text-decoration: none;
	color:#6C9;
}

