p, td, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.eventname {
	font-weight: bold;
	font-size: 16px;
	color: #0000FF;
}
.eventtag {
	font-size: 12px;
	color: #000066;
	background-color: #99CCFF;
	padding: 4px;
	width: 140px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}
