@charset "utf-8";
/* CSS Document */

.buttons {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #C2A549;
}

.buttons a {
	color: #9B8134;
	text-decoration: none;
}

.buttons a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #9B8134;
}
