@charset "utf-8";
/* CSS Document */

#cssbuttons {
	width: 190px;
	text-align: center;
}
#cssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#cssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#cssbuttons li a {
	color: #000 ;
	background-color: #ffb200 ;
	border: 1px outset #b37d00 ;
	width: 150px ;
	text-decoration: none ;
	display: block ;
}
#cssbuttons li a:hover {
	color: #fff ;
	background-color: #b37d00 ;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
}

#glee {
	float: left;
	vertical-align: bottom;
	display: block;
	margin-bottom: 0px;
	margin-top: 15px;
	}
	
