
#tswcssbuttons {
	width: 180px ;
	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: #888888 ;
	background-color: #111111 ;
	border: 1px outset #111122 ;
	width: 180px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #FFFFFF ;
	background-color: #c0c0c0 ;
	background-color: #222222 ;
	border: 1px outset #222233 ;
}
