/** CSS file for print output **/

.noprint {
    display:none;
}

html a {
    text-decoration:none;
}

html a:visited {
    text-decoration:none;
}

/** Printable HTML Calendar Cells **/
/** Change the cell border when 'printable html' is printed **/

.calendarCell {
    text-align:center;
    border:thin solid black;
    font-size: x-small;
}
