body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #ffffff;
	}
  
 .date {
 width: 90px;
 }
  .dayw {
 width: 35px;
 }
 .time {
 width: 70px;
 }
 .venue {
 width: 170px;
 }
 .description {
 width: 270px;
 }
  .box {
	width: 270px;
	float: right;
 }
.spacer {
width: 10px
}
.highlight {
background-color:#808080;
}
.small {
font-size: 10pt;
}

a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: dotted;
}

a:active {
    color: #ffffff;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a:visited {
    color: #ffffff;
	font-weight: bold;
    text-decoration: underline;
	text-decoration: none;
}

a:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: none;

}