#tswcssbuttons {
	max-width: 100% ;
	text-align: center ;
	margin: 9px;
	
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #000000 ;
	background-color: #99ccff ;
	border: 1px outset #0000ff ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #ffff00 ;
	background-color: #0000c0 ;
}
