body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url( /Images/CasaBackground3.jpg );
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
}
.menutextN {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.menutextO {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.bodytext {
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.mediumtext {
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.topline {
	color: #3366FF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}
.bodyhead {
	color: #3C1C7A;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.taglines {
	color: #3C1C7A;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.smalltext {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.calendermonth {
	color: #3C1C7A;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.calenderdescription {
	color: #3C1C7A;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.calendereventday {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
a.info {
	position: relative; /*this is the key*/
	z-index: 24; 
}
a.info:hover{
	z-index: 25;
}
a.info span{
	display: none;
}
a.info:hover span {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: block;
	position: absolute;
	top: 2em; 
	left: -10em; 
	width: 20em;
	border: 1px solid #0cf;
	background-color: #E7E39C; 
	color: #666600;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
