
#tswcssbuttons {
	width: 70px ;
	text-align: center ;
	display: inline ;
}
#tswcssbuttons ul {
	margin: 13 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcssbuttons li {
	
color: #000 ;
	background-color: #FFE0B3 ;
	border: 5px outset #FFFFFF ;
	padding: 5px ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif ;
	margin: 10 ;
	width: 200px ;
	display: block ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #FFE0B3 ;
	border: 0px outset #000 ;
	padding: 8px
	width: 200px ;
	text-decoration: none ;
	
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #000 ;
}

