body {
	background-color:#CCCC99;
}
.exerpt {
	background-color: #D8D8AF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
body,a,p,div,span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:13px;
}
#foot {
	padding:10px;
}
a {
	color:#993300;
	text-decoration:none;
}
a:hover {
	background-color: #D8D8AF;
}
a.off:hover {
	background-color: transparent;
}
.outer {
	border:1px dotted #999999;
}
.events {
	font-size: 20px;
}

.title {
	font-size: 30px;
	font-style: italic;
	color: #333333;
	font-weight: bold;
	position:relative;
	top:10px;
	margin-top:0px;	
}
.subtitle {
	font-size: 14px;
	color: #333333;
	position:relative;
	top:-3px;		
	margin-top:-8px;
}
.highlight {
	background-color: #D8D8AF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.footerbox {
	border-top-width: 1px;;
	border-top-style: dotted;
	border-top-color: #333333;

}
.footer {
	font-size: 11px;
}
