#staff table {
	width: 430px;
	table-layout: fixed;
}

#staff h2 {
	background-color: #4F0000;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 0px;
}

#staff h3 {
	background-color: white;
	color: #4F0000;
	border-bottom: 1px solid #4F0000;
	margin-left: 2em;
}

#staff td p {
	margin-left: 3em;
	margin-top: 0px;
	margin-bottom: 3px;
}

#calendar #Month h3 {
	color: #FFFFFF;
	background-color: #4F0000;
}

#calendar h3 {
	color: #FFFFFF;
	background-color: #4F0000;
}

#calendar #staff h3 {
	color: #4F0000;
	background-color: #FFFFFF;
}

#calendar a:link {
	color: #4F0000;
	text-decoration: none;
}

#calendar a:visited {
	color: #993333;
	text-decoration: none;
}

#calendar a:hover {
	color: #990000;
	text-decoration: none;
}


#calendar #Dates a:link {
	color: #4F0000;
	text-decoration: none;
}

#calendar #Dates a:visited {
	color: #993333;
	text-decoration: none;
}

#calendar #Dates a:hover {
	color: #990000;
	text-decoration: none;
}


