@charset "utf-8";
/* CSS Document */
#tttcssbuttons {
	width: 180px ;
	max-width: 100% ;
	text-align: center ;
}
#tttcssbuttons ul {
	margin: 10px;
	padding: 0 ;
	list-style: none ;
	font-size: 14px;
	width:455px;
	/* overflow: auto; */
}
#tttcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block;
	list-style: none ;
	/* font-family: Arial, Helvetica, sans-serif ; */
	font-family: "Comic Sans MS", Impact, Arial;
	
}
#tttcssbuttons li a {
	color: #000000 ;
	/* background-color: #99ccff ;*/
	background-color: #F9DAB3 ;
	border: 2px outset #B0673C ;
	text-decoration: none;
	display: block;
}
#tttcssbuttons li a:hover {
	color: #000000 ;
	background-color: #A0FC92 ;
}

