@charset "UTF-8";
a:link {
	color: #3B6154;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
#eventtable {
	position:relative;

}
tr:nth-child(odd) {
  background: #E6E6E6;
}
tr:nth-child(even) {
	background: #FFFFFF;
}
