@charset "UTF-8";
body
{
background-color:#fdfdfd;
color: #000000;
font-family: "verdana", sans-serif;
font-size: 80%;
}
h1
{
color:gray;
font-size: 1.4em;
}
h2
{
color:gray;
font-size: 1.2em;
}
table, th, td
{
border: 1px solid black;
border-collapse: collapse;
}
.future {
 background-color: #ffffff;
}
.past {
	background-color: #E0E0E0;/*very light grey*/
	color: #909090; /*greyed-out text*/
}
