/* Calendar Styles */
body 
{
	background-color: white;
}
.daystyle
{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 16px;
color: blue;
font-weight: bold;
}

.datestyle
{
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #66CC33;
font-weight: bold;
width: 14%;
text-align: right;
vertical-align: text-top;
}
#cal2home { margin-left: 4%; }
#cal2home a 
{
	font-style: italic; 
	font-weight: bold; 
	font-size: 16px; 
	color: green;  
}

#monthly-calendar
{
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}
#monthly-calendar caption
{
	font-size: 18px;
	font-weight: bold;
}
#monthly-calendar h1
{	font-size: 20px;
	font-weight: bold;
}
/* types of calendar entries */
#meeting 
{
	color: red;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}
#activity {
	color: green;
	font-size: 12px;
	font-style: normal;
	margin-bottom: 0;
}
#time   {
	font-size: 11px;
	font-style: normal;
	margin-top: 0;
	color: black;}
/* use for holiday names */
#note	{
	font-size: 13px;
	color: blue;}
#revision 
{
	font-size: 12px;
	color: red;
}
