#cssbuttons {
	width: 180px ;
	text-align: center ;
}
#cssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#cssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#cssbuttons li a {
	color: #fff ;
	background-color: #007d48 ;
	border: 1px outset #bfffe4 ;
	width: 180px ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #fff ;
	background-color: #00b366 ;
}
