/* calendar.css style sheet */
/* Author: William J. Ardent */
/* Date:   6/1/2011          */

@media aural, braille, embossed, handheld, projection, screen, tty, tv {
/*#head { margin: 0px 0px 10px 0px; border-bottom: 1px solid white; size: 9pt; } */
#head { margin: 0px 0px 10px 0px; size: 9pt; }
#head a { text-decoration: none; color: black; }
/* #head a:link { text-decoraton: none; border: 1px solid black; color: blue; 
               background-color: white; padding: 5px 5px 0px 5px; } */
#head a:hover { text-decoration: none; background-color: silver; color: red; }
}

@media print { #head {display: none;} #calendar { width: 95% }

#head { margin: 0px 0px 10px 0px; border-bottom: 1px solid black; size: 9pt; }
#head a { text-decoration: none; color: blue; }
#head a:link { text-decoraton: none; border: 1px solid black; color: blue; 
               background-color: white; padding: 5px 5px 0px 5px; }
#head a:hover { text-decoration: none; background-color: black; color: white; }


