.renButton {
	font-family: Georgia, serif;
	font-size: 15px;
	text-align: center;
	border: 1px solid #27656B;
	color: #000080;
	background-color: #CBEA7F;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	min-width: 50px;
	padding: 4px 15px;
}
.renButton:hover {
	background-color: #99C55F;
	border: 1px solid #27656B;
}
