.button_choice_default {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border:2px outset aqua;
	border-color: #66A3A3;
	background-color:#006666;
	display: block;
	width: 80px;
	height:55px;
	cursor: hand;
	}

.button_choice_over {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border:2px outset aqua;
	border-color: #66A3A3;
	background-color:#005555;
	display: block;
	width: 80px;
	height:55px;
	cursor: hand;
	}

.button_choice_selected {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	border:2px inset aqua;
	border-color: #F4D67F;
	background-color:#ECBA2A;
	display: block;
	width: 80px;
	height:55px;
	cursor: hand;
	}



