<TITLE>Calendar Style Sheet</TITLE>


.menu { line-height: 150%; font-size: 13px; font-family: tahoma, arial, helvetica, sans-serif; font-weight: normal }

#calendar h1 {
	align:right; 
	font-size: 26px; 
	color: #EA4100; 
	margin: 5px 0px 5px 0px; 
	padding: 0px;
	}

#calendar h2 {
	align:left;
	font-size: 20px;
	color: #EA4100;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}

#calendar h3 {
	align:left;
	font-size: 15px;
	color: #EA4100;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	margin-left: 40px;
	}

#calendar a:link {
	font-size: 12px;
	color: #0002BF;
	text-decoration: none;
}

#calendar a:visited {
	color: #E84000;
	text-decoration: none;
}

#calendar a:hover {
	color: #0002BF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#calendar a:focus {
	color: #0002BF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#calendar a:active {
	color: #0002BF;
	text-decoration: none;
}

#calendar .month {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

#calendar .day {
	font-size: 16px;
	color: #00008B;
}
#calendar .date {
	font-size: 12px;
	color: Black;
	font-weight: bold;
	line-height: 1.2 em;
	margin-bottom: 5px;
}
#calendar .event {
	align: center;
	font-size: 12px;
	color: #0002BF;
	font-weight: normal;
}

#calendar p {
	}

.tinytext {
	font-size: 10px;
	line-height: 1.2em;
	color: #EA4100;
}

A.hscat:link { color: #0055aa ; text-decoration: none; font-weight: normal }
A.hscat:visited { color: #0055aa ; text-decoration: none; font-weight: normal }
A.hscat:hover { background: #F20300; color: white; text-decoration: none; font-weight: normal }
A.hscat:focus { background: #F20300; color: white; text-decoration: none; font-weight: normal }
A.hscat:active { color: black ; text-decoration: italic; font-weight: normal }




