#buttons ul {
	background-color: #303030;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: A0A0A4;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
