

#tswcssbuttons {
	width: 140px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#tswcssbuttons li a {
	color: #000000 ;
	background-color: #65CC33 ;
	border: 1px outset #65CC33 ;
	width: 140px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #000000 ;
	background-color:#85D469 ;
}


