body {
	color: #000000;
	background-color: #e8e8e8;
}
table {
    border-color: #eee;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6600FF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
