body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	background-color: #E0E0E0;
	margin-top: 0px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
	text-decoration: none;
}
a:visited {
	color: #5B5B5B;
	text-decoration: none;
}
a:hover {
	color: #C6090D;
	text-decoration: underline overline;
}
a:active {
	color: #009900;
	text-decoration: underline overline;
}
.sidetable {
	overflow: auto;
	height: 300px;
	width: 200px;
}
