body {
	font-family: Arial, Helvetica, sans-serif ;
        font-size: 10px;
	text-align: center ;
	background-color: #7FFFD4 ;
	}

img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
	}

#cssbuttons {
        width: 150px ;
	max-width: 100% ;
	}

#cssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	}

#cssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: text-align: center ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	}

#cssbuttons li a {
	color: #ff00ff ;
	background-color: #7FFFD4 ;
*/	border: 1px outset #008f00 ;
	text-decoration: none ;
	display: block ;
	}

#cssbuttons li a:hover {
	color: #000000 ;
	background-color: #bfffbf ;
	}
