BODY
{

}
  	 a:link {
  	 	color: #4d0000;
  	 	text-decoration : underline;
		font-family: Verdana;
		font-size: 10px
  	 }
  
  	 a:visited {
  	 	color: #4d0000;
  	 	text-decoration : underline;
		font-family: Verdana;
		font-size: 10px
  	 }
  
  	 a:active {
  	 	color: #aa0000;
  	 	text-decoration : underline;
		font-family: Verdana;
		font-size: 10px
  	 }
  
  	 a:hover {
  	 	color: #4d0000;
  	 	text-decoration : none;
		font-family: Verdana;
		font-size: 10px
  	 }

.month
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: #c9cebb;
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder;
	font-size: x-small
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-WEIGHT: bolder;
	font-size: x-small;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black
}
.selectedDay
{
    BACKGROUND-COLOR: #e6e6cc;
}
.day
{
    BACKGROUND-COLOR: white;

}
.notaDay
{
    BACKGROUND-COLOR: white
}
