@charset "utf-8";
#gaestebuch a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	height: 20px;
	width: 100px;
	padding-top: 6px;
	text-decoration: none;
}
#gaestebuch a:hover {
	color: #000000;
	background-color: #FFBA75;
}
