.nav {
text-align: center;
font-size: 14pt;
margin-top: 50px;
margin-bottom: 5px;
color: #FFFFFF;
}

.nav a {
text-decoration: none;
color: #FFFFFF;
}
.nav a:hover {
text-decoration: underline;
color: #D7B8B0;
}
.tag {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
.calendar h1 {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.detail {
	background: #FFFFFF;
	padding: 15px;
	font-family: Verdana;
	border-bottom: 1px solid #000000;
}