body, td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  }
  
 .date {
 width: 150px; text-align:left;
 }
  .dayw {
 width: 35px;
 }
 .time {
 width: 70px;
 }
 .venue {
 width: 170px;
 }
 .description {
 width: 500px; text-align:left;
 }
.spacer {
width: 10px
}
.highlight {
background-color:#CCCCCC;
}
.small {
font-size: 10px;
}
table.list {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	padding: 4px;
}
table.list th {
	border-width: 1px;
	padding: 4px;
	border-style: outset;
	border-color: gray;
	background-color:#CCCCCC;
	-moz-border-radius: ;
}
table.list td {
	border-width: 1px;
	border-style: outset;
	border-color:#CCCCCC;
	background-color: white;
	-moz-border-radius: ;
}