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

body,td,th {
	font-family:"Bodoni MT", Garamond, Times New Roman;
	color:#000066;
}
a.daycls { /* class for linkable day number */
	text-decoration: none;
	font-size: 14px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
	color: #000066;
}
a.daycls:hover{ /* class for linkable day number */
	text-decoration: none;
	font-size: 14px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
	color: #FF0000;
}
.emptydaycls { /* class for empty cell day number size */
	font-size: 12px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
}
a.prevnextcls{ /* class for navigation links through months */
	text-decoration: none;
	font-size: 16px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
	color: #000066;
}
a.prevnextcls:hover{ /* class for navigation link hovers through months */
	text-decoration: none;
	font-size: 12px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
	color: #FF0000;
	background-color: #ffffff;
}
.titlecls{  /* class for the text title at the top of the calendar */
	font-size: 24px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
	font-weight: bold;
	color: #000066;
}
#contentid {  /* ID for the content information */
	font-size: 12px;
	font-family:"Bodoni MT", Garamond, Times New Roman;
}
#contentid a{  /* ID for the content information if link */
	text-decoration: none;
	color: #000066;
}
#contentid a:hover{  /* ID for the content information if link */
	text-decoration: none;
	color: #000066;
	background-color: #ffffff;
}