<!-- // JCal version 1.0 w/MySQL for holding the content // -->
<!-- // Created by Jamie McCoard                         // -->

a.daycls { /* class for linkable day number */
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
}
a.daycls:hover{ /* class for linkable day number */
	text-decoration: none;
	font-size: 10px;
	font-family: verdana;
	color: #579BB5;
	background-color: #8EDEFC;
}
.emptydaycls { /* class for empty cell day number size */
	font-size: 10px;
	font-family: verdana;
}
a.prevnextcls{ /* class for navigation links through months */
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #579BB5;
}
a.prevnextcls:hover{ /* class for navigation link hovers through months */
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
td.daycls {
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
div.daycls {
	font-size: 10px;
	font-family: verdana;
	color: #000000;
}
.titlecls{  /* class for the text title at the top of the calendar */
	font-size: 18px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}
#contentid {  /* ID for the content information */
	font-size: 10px;
	font-family: verdana;
}
#contentid a{  /* ID for the content information if link */
	text-decoration: none;
	color: blue;
}
#contentid a:hover{  /* ID for the content information if link */
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
