body {
	background-color: #403c3c;
}

.header {
	height: 160px;
	
}

#ical {
	height:18px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-image: url(images/ical_download.png);
}

.wrap {
	color: white;
	font-size:18px;
	font-family: Arial;
	width: 480px;
}

.dtstart, .description, .url {
	display: none;
}

th {
	padding: 10px;
	background-color: #9d986d;
	color: #000;
}

td {
	padding: 18px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-color: #9d986d;
	border-bottom-style: dashed;
	background-color: #b6b28e;
	color: #000;
}

table {
	border-style: none;
	border-collapse: collapse;
}

.wrap {
	min-width: 480px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

.tags {
	display: none;
}

h3 {
	color: #fff;
}
