@charset "UTF-8";
.table {
	background-position: top;
	top: 0px;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #330066;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
