/* 
	Default values
*/
body { 
 background-color: #ffffff; 
 margin-left: 40px; 
 margin-right: 40px; 
 margin-top: 30px; 
 font-size: 11px; 
 font-family: verdana,trebuchet,sans-serif; 
}

/* 
	Links
*/
a:link  { 
 color: #cc9900; 
 font-size: 11px; 
 font-weight: bold; 
 text-decoration: none; 
}

a:visited { 
 color: #cc9900; 
 font-size: 11px; 
 font-weight: bold; 
 text-decoration: none; 
}

a:active { 
 color: #cc9900; 
 font-size: 11px; 
 font-weight: bold; 
 text-decoration: none; 
}

a:hover { 
 color: #dc143c; 
 font-size: 11px; 
 font-weight: bold; 
 text-decoration: none; 
}

/*  
	Navigational links in the header  (next/previous month)
*/
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size: 11px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #cc9900; text-decoration: none;}
.navlinks a:visited { color:  #cc9900; text-decoration: none;}
.navlinks a:active  { color:  #cc9900; text-decoration: none;}
.navlinks a:hover   { color:  #dc143c; text-decoration: none;}


/*  
	Days of the month  
*/
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #000000;
}
.monthdays a:link    { color:  #cc9900; text-decoration: none;font-weight: bold;}
.monthdays a:visited { color:  #cc9900; text-decoration: none;font-weight: bold;}
.monthdays a:active  { color:  #cc9900; text-decoration: none;font-weight: bold;}
.monthdays a:hover   { color:  #dc143c; text-decoration: none;font-weight: bold;}


/*  
	Header text  
*/
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size: 11px;
 color:       #ffffff;
 font-weight: bold;
}

/*  
	Days of the week  
*/
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #000000;
 font-weight:  bold;
}

/*  
	Text in the day fields of the calendar (member names, event titles, etc.)
*/
.member, .member a:link, .member a:active, .member a:visited, .member a:hover{ 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
 font-weight: bold;
} 
.member a:link    { color:  #cc9900; text-decoration: none;}
.member a:visited { color:  #cc9900; text-decoration: none;}
.member a:active  { color:  #cc9900; text-decoration: none;}
.member a:hover   { color:  #dc143c; text-decoration: none;}
