.event_link {
	width:15%;
	padding:0px;
	float:left;
	margin:0px;

	border-width: 2px;
	border-color: gray;
	border-style: solid;
	border-left-style: none;

	background: black;
	font-size: 10pt;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	color: white;
	text-align: center;
}

.event_linkB {
	width:15%;
	padding:0px;
	float:left;
	margin:0px;

	border-width: 2px;
	border-color: gray;
	border-style: solid;
	border-left-style: none;
	border-top-style: none;

	background: black;
	font-size: 10pt;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	color: white;
	text-align: center;
}

.event_link a {
	display:block;
	width:100%;

	color: white;
	text-decoration: none;
}

.event_link a:hover {
	background: #fdb813;
	color: black;
	text-decoration: none;
}

.event_linkB a {
	display:block;
	width:100%;

	color: white;
	text-decoration: none;
}

.event_linkB a:hover {
	background: #fdb813;
	color: black;
	text-decoration: none;
}

