body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #CCFFCC;
	margin-right: 25%;
	margin-left: 5%;
	width: 70%;

}
a {
	text-decoration: none;
}
a:hover {
	color: #333366;
}
table {
	font-size: x-small;
}
.sideColumn {
	padding: 2px;
	float: left;
	width: 100px;
	font-weight: bold;
	color: #333333;
	background-color: #99FFCC;
}
.midColumn {
	float: left;
	width: auto;
}
.newsBox {
	padding: 2px;
	float: none;
	width: auto;
	font-weight: normal;
	color: #333333;
	background-color: #CCCCFF;
	text-align: center;
	border: 1px solid #666666;

}
