#content_container a, #content_container a:visited
{
color: #0000CC;
text-decoration: none;
border-bottom: 1px dotted #0000CC;
}


.entry {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 1.5em;
}
.entry em { font-style: normal; font-family: Georgia, "Times New Roman", Times, serif; }
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-size: 1.4em; */
	color: #900900;
	font-weight: normal;
	margin: 1em 0 0 0;
	background-color: transparent;
}
.title a {
	text-decoration: none;
	color: #900900;
	background-color: transparent;
}
.title a:hover { 
	text-decoration: underline;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	font-size: .8em;
	line-height: 1.0em;
	margin: 0px;
	font-weight: normal;
	background-color: transparent;
}
.content {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	font-weight: normal;
	background-color: transparent;
}
