.logo { 
	height: 50px;
	width: 50px;
	border: 0;
	vertical-align: middle;
}

.main_pic {
	width: auto;
	float: left;
	margin-right: 20px;
}

.text1 {
	 text-align: center;
	 width: 100%;
	 margin-top: 20px;
}

table  {
	border-bottom: solid yellow 1px;
}

td {
	font-weight: normal;
	color: yellow;
}

td.weekday, td.date, td.venue, td.time {
	font-size: 14pt;
	font-weight: bold; 
}

td.weekday { width: 60px; }
td.date { width: 170px; }
td.venue { width: 400px; }
td.time { width: 100px; }

tr.header {	height: 55px; }

a:link, a:visited, a:hover {
	color: yellow;
}

a:hover {
	text-decoration: none;
	color: black;
	background: yellow;
}
	
img.border {
	border: 2px;
}

.footer {
	clear: both;
	margin-top: 20px;
	width: 100%;
	font-size: 11pt;
	text-align: center;
}

