a,a:link { color: #0000dd; text-decoration: none; }
a,a:visited { color: #dd0000; text-decoration: none; }
a:active { color: #B0B4B0; text-decoration: none; }

body {
 font-size: 11.0pt;
 font-family: "Trebuchet MS", "Lucida Grande", "Verdana", "Arial", "Sans-serif";
 color: #088080;
 background-color: #fbf4ee;
 text-align: justify;
}

tt {
 font-family: "Monaco", "Courier New", "Courier", "Andale Mono", "monospace";
 font-size: 110%;
 color: black;
}

table {
 text-align: center;
}

.centered {
 text-align: center;
}

.left {
 text-align: left;
}

.day { width: 11%; }
.booked { color: black; background-color: khaki; font-style: italic; text-decoration: line-through; border: thin solid black; } /* colour was: LightCoral */
.maintenance { color: black; background-color: khaki; font-style: italic; text-decoration: line-through; border: thin solid black; } /* colour was: LightCoral */
.available { color: black; background-color: aqua; border: thin solid black; }
.month { color: black; font-size: 110%; }
.spacer { }
span.booked2 { display:none; }
span.maintenance2 { display:none; }
span.available2 {  }


