body {
    background-color: #f2eddc;
    font-size: 8pt;
    font-family: Verdana, Arial,Geneva, Helvetica, sans-serif;
    color: #595959;
}


a:link { font-weight:normal; color:#595959; text-decoration:underline; }
a:visited { font-weight:normal; color:#595959; text-decoration:underline; }
a:focus { font-weight:normal; color:red; text-decoration:underline; }
a:hover { font-weight:normal; color:red; text-decoration:underline; }
a:active { font-weight:normal; color:#595959; text-decoration:underline; }

td.triangle {    background-image: url("layout/diagonal1.jpg");
    background-repeat: no-repeat;
    background-position: right  top;
    background-attachment:fixed;
}

td.today {background-color: #3cafd9;}
td.normaldays {background-color: #d0e3d4;}
td.weekend {background-color: #a9d6b2;}
td.reserved {background-color: #ea8b8b;}
td.opened {background-color: #9be37c;}

.today { color:#000000; font-weight:bold; font-size:80%;}
.normaldays { font-size:80%;}
.reserved { font-size:80%;}
.opened { font-size:80%;}
.weekend { font-weight:bold; font-size:80%; }