body {
	background-color: #fff8dc;
	margin-left: 11%;
	margin-right: 11%;
	font: Helvetica, Lucida, Sans-serif;
}
a {
	color: #3311ff;
	text-decoration: none;
}
a:visited {
	color: #0088cc;
}
a:hover {
	text-decoration: underline;
}
table.main { 
	padding: 10px;
	border: 0px;
}
table.buttonbar {
	border:2px;
	width:100%;
	background-color: #eaecef;
	text-align:center;
	padding:2px;
}
table.news {
	border:1px;
	text-align:center;
	background-color: #eaecef;
	width:100%;
}
table.tracker {
	border:1px;
	width:80%;
	text-align:center;
}
table.code {
	border:1px;
	background-color: #eaecef;
	width: 100%;
}
