.listButtons {
	margin-top: 15px;
	padding: 0;
	text-align: center;
	clear: both;
}
.listButtons ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
}
.listButtons li {
	display: inline;
}
.listButtons a {
	margin: 0px 4px;
	padding: .1em .6em;
	width: 70px;
	border: 1px solid #227;
	background-color: #DDE;
	color: #227;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-weight:600;
}
.listButtons a:hover{
	background-color: #EEF;
	color: #227;
	text-decoration: none;
}
.listButtons a:visited{
	text-decoration: none;
}

