A:link {
	background-color : transparent; 
	color : #0000FF; 
} 
A:visited {
	background-color : transparent; 
	color : #0000FF; 
} 
A:hover {
	background-color : transparent; 
	color : #FF0000; 
} 
A:active {
	background-color : transparent; 
	color : #0000FF; 
} 
BODY {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
}
DIV.black {
	background-color: transparent;
	color: black;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 18px;
	text-align: left;
}
DIV.blue {
	background-color: transparent;
	color: blue;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 18px;
	text-align: left;
}
DIV.centerblack {
	background-color: transparent;
	color: black;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 18px;
	text-align: center;
}
DIV.centerblue {
	background-color: transparent;
	color: blue;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 18px;
	text-align: center;
}
DIV.footer {
	font-family : arial, helvetica, sans-serif; 
	font-size : 12pt; 
	font-weight: bold;
	text-align : center; 
	width : 600px; 
} 
DIV.header {
	font-family: times, serif;
	font-size: 36pt;
	text-align: center;
}
DIV.purple {
	background-color: transparent;
	color: purple;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 18px;
	text-align: left;
}
DIV.red {
	background-color: transparent;
	color: red;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 18px;
	text-align: left;
}
DIV.subHeader {
	font-family: times, serif;
	font-size: 30pt;
	text-align: center;
}
TABLE.calendar {
	border-collapse: collapse;
	color: #000000;
}
TABLE.calendar TD {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	text-align: left;
	vertical-align: top;
}
TABLE.calendar TD SPAN.date {
	font-size: 20px;
	font-weight: bold;
}
TABLE.calendar TD SPAN.info {
	font-size: 14px;
}
TABLE.header {
	background-color: plum;
	border-collapse: collapse;
	color: purple;
}
TABLE.header TD {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	text-align: center;
}
TABLE.header TD.lanyon {
	font-family: "Comic Sans MS", sans-serif;
	font-size: 24pt;
	font-weight: bold;
}
