/* Style sheet for the silver calendar (default) */

/* Link colors and attributes */
/* This is the main link style */
a.sm			{ text-decoration:	none; }
a.sm:link		{ color: #666666; }
a.sm:visited	{ color: #777777; }
a.sm:active		{ color: #999999; }
a.sm:hover		{ color: #999999; text-decoration: underline; }

/* This is the link style for events */	
a.psa			{ text-decoration:	none; }
a.psa:link		{ color: #444; }
a.psa:visited	{ color: #777; }
a.psa:active	{ color: #999; }
a.psa:hover		{ color: #000; }
/* Body attributes */

body			{ background-color: #deaf1e; }

/* CSS definitions for fonts */

.white 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; }
.V10W 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #444444; text-decoration:	none;}
