.content big {
	color: #cc2222;
	text-shadow: 1px 1px 2px #000;
}

.content h3 {
	letter-spacing: 3px;
	margin-left:10px;
}

.event {
	margin: 10px 0px 10px 10px;
	border:solid 1px #dddddd;
	background:#fefefe;
	padding:5px;
	width:95%;
}

.event b {
	margin-right: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.event b span {
	float: right;
}

.event i {
	color: #cc2222;
	font-size: 12px;
	border-right-style: dotted;
	border-right-width: thin;
	padding-right: 5px;
	margin-right: 5px;
}

.event a {
	color: #333333;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	font-size: 12px;
}

.event a:hover {
	border-bottom-style: solid;
	color: #000000;
}

.event p {
	color: #333333;
}

.months {
	margin-top: 10px;
	margin-bottom: 10px;
}

.months a {
	color: #660000;
	text-decoration: none;
	text-align: center;
	margin-left: 22px;
	font-size: 14px;
	background: url(images/monthsaback.jpg) repeat-x;
	line-height: 20px;
	float: left;
	width: 160px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: thin solid #999999;
	border-left: thin solid #cccccc;
}

.months a:hover {
	background: url(images/monthsahover.jpg) repeat-x;
}

.months small {
	font-style: italic;
}