.headstile {  background-color: #EED69D; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #BC310E}
.button {
	background-color: #EED69D;
	border-left: 2px solid
#CCCCCC;
	border-top: 2px solid
#CCCCCC;
	border-right: 3px solid
#000000;
	border-bottom: 3px solid
#000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.button:hover {
	background-color: #E2E2B0;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

