/* Catenians */
td {
    font-size: 75%;
		}
/* colours for dates which are Wimbledon Events or Presidents out-visits */
/* Note the sequence, WimEvent and PresOut are applied to whole lines
   ProvEvnt and Ladies are applied to single cells and may overwrite parts of lines*/
.WimEvent {
    background-color: #ff00ff;
    }
/* PresOut is the only one of this four where the info is conveyed SOLELY by appearance */
.PresOut {
    background-color: #ff99ff;
		font-variant: small-caps;
		font-weight: bold;		
    }
.ProvEvnt {
    background-color: #99ff99;
		}
.Ladies {
		background-color: #ffff99;
		}

