.presenters {
	width: 250px;
}
.presenters ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	list-style-type: none;
}
.presenters a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 3px;
	width: 250px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d49943;
}
.presenters a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d49943;
	text-decoration: none;
}
.presenters a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d49943;
	text-decoration: none;
}
.presenters a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
}
.presenters a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: blink;
}
