a.region-items {
	width: 224px;
	float: left;
	height: 35px;
	display: inline;
	border: double #FF0000;
	background-color: #009933;
	font-size: 18px;
	font-family: Times;
	margin: 3px;
	padding: 5px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	color: red;
	background-color: transparent;
	text-decoration: underline;
	text-align: center;
	margin: auto;
}
