#buttons{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 1px;
}
#buttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	margin-bottom: 20px;
}
#buttons li {
	display: inline;
	}
#buttons a:link, #buttons a:visited { 
	margin-right: 0px;
	margin-left: 1px;
	padding: 1px; 
	color: #A62020;
	background-color: #fafad2;
	text-decoration: none;
	border-top: 1px solid #ffcc33;
	border-left: 1px solid #ffcc33;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#butttons a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #ffcc33;
	border-right: 1px solid #ffcc33;
}

a:hover {
color: red;
}