table{
	border: solid 3px #BB0800;
	text-align: center;
	border-collapse: collapse;
	font-size: .75em;
	margin-bottom: 10px;
	margin-top: 10px;

}

td, th{
	border: solid 1px #BB0800;
	padding: 5px;
}

th{
	color: white;
	background-color: #BB0800;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

table a:link, table a:visited{
	color: #BB0800;
	text-decoration: underline;
}

span{
	font-weight: bold;
}