.main {
	text-align: center;
}
.header {
	text-align: center;
}
.footer {
	text-align: center;
	clear: both;
}
.contentbox {
	float: left;
	width: 45%;
	height: 26em;
	background: #f9f9f9;
	margin: 1em;
}
.listbox {
	height: 20em;
	overflow: auto;
	text-align: left;
	margin-bottom: 0px;
}
.readmore {
  text-align: right;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
img {
  border: none;
}
