body { background-color: #00CC33;
color: #523316;
text-align: center;
margin: 8px 60px 8px 60px;
font-size: large;
}
h1 { background-color: #006633;
color: #FFFFFF;
}
caption { background-color: #00cc33;
font-size: 3em;
font-family: Lucida Console;
}
th { font-family: Verdana
}
/*The following describes the background colors of each daily activity on the table, separated by class*/
.wakeup { background-color: #006600;
color: #FFFFFF;
}
.leave { background-color: #339933;
}
.work { background-color: #99ff99;
}
.lunch { background-color: #66cc00;
}
.work2 { background-color: #99ff99;
}
.end { background-color: #66FF00;
}
.oa { background-color: #33CC00 ;
}
.dinner { background-color: #66FF33 ;
}
.me { background-color: #66FF00 ;
}
.bed { background-color: #336600;
color: #FFFFFF;
}
.guys { background-color: #99FF00;
}
/*This next bit causes the text color of certain rows to highlight red upon passing over them with the cursor (I had difficulties with this on cells that had white text and cells with a "rowspan" value higher than 1. Suggestions?*/
tr:hover {color: #ff3300;
}