#cssbuttons {
	width: 120px ;
	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: #000 ;
	background-color: #c8c8ff ;
	border: 1px outset #00f ;
	width: 100px ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #000 ;
	background-color: #c0c0c0 ;
}
