a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #C4B986;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}
title {
	font-family: "Market Deco";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.entryinfo {
	font-family: Helvetica;
	font-size: 10px;
	font-style: italic;
	color: #7F7855;
}
.headline {
	font-family: "Market Deco";
	font-size: 20px;
	color: #2D2D2D;
	text-decoration: underline;
	text-align: center;
	margin: 0px;
}
.scroll {
	height: 250px;
	width: 450px;
	overflow: auto;
	text-indent: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #532519;
	padding: 10px;
	border: 5px solid #14040A;
}
.entries {
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-right: 20px;
	margin-left: 10px;
	line-height: 16px;
}
