a {
	text-decoration: none;
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
}
#banbut {
	width: 170px;
	margin: auto;
}
div.button1 {
	transition-property: all;
	transition-duration: 0.5s;
	border: 2px outset #ffffff;
	background-color: #33cc33;
	text-align: center;
	margin: auto;
	width: 75px;
	height: 30px;
	border-radius: 10px;
	position: relative;
	top: 7.5px;
	float: left;
}
div.button1:hover {
	border: 2px inset #ffffff;
	background-color: #006600;
	text-align: center;
	margin: auto;
	width: 75px;
	height: 30px;
	border-radius: 10px;
	position: relative;
	top: 7.5px;
	float: left;
}
div.button2 {
	transition-property: all;
	transition-duration: 0.5s;
	border: 2px outset #ffffff;
	background-color: #33cc33;
	text-align: center;
	margin: auto;
	width: 75px;
	height: 30px;
	border-radius: 10px;
	position: relative;
	top: 7.5px;
	float: right;
}
div.button2:hover {
	border: 2px inset #ffffff;
	background-color: #006600;
	text-align: center;
	margin: auto;
	width: 75px;
	height: 30px;
	border-radius: 10px;
	position: relative;
	top: 7.5px;
	float: right;
}
body {
	background-color: #000099;
}