
#buttons {
	width: 150px ;
	text-align: center ;
}
#buttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#buttons li {
	margin: 0 ;
	padding: 3 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold
}
#buttons li a {
	color: #f4d425 ;
	background-color: #59058d ;
	border: 1px outset #cc99ff ;
	width: 150px ;
	text-decoration: none ;
	display: block ;
}
#buttons li a:hover {
	color: #000000 ;
	background-color: #f4d425 ;
}
