body{
	margin-left: 48pt;
	margin-top: 48pt;
}

table{
	border-spacing: 0;
	padding: 2pt;
	border: 2px solid #ccc;
	border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
}

td{
	width: 36pt;
	height: 36pt;
	padding: 2pt;
	border: 1px solid #eee;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 24pt;
}

td.visited{
	background: #ccc;
}

td.current{
	color: #890220;
}

.damagebox{
	border: 2px solid #ccc;
	border-radius: 2px;
	width: 196pt;
	padding: 6px;
	margin-top: 12pt;
	margin-bottom: 12pt;
	margin-left: auto;
	margin-right: auto;
	text-align: middle;
	
}
.hallofchampions{
	margin-left: auto;
	margin-right: auto;
}

.grouphead{
	border-bottom: 2px solid #ccc;
}

.colsep{
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	width: 24pt;
}

.shortcol{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: none;
	border-left: none;
	height: 24pt;
}

.weave1{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: none;
	border-right: none;
	height: 24pt;
	width: 24pt;
}

.weave1{
	border-top: none;
	border-bottom: none;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 24pt;
	width: 24pt;
}

.red{
	background-color: #EE4545;
}

.green{
	background-color: #74EE45;
}

.blue{
	background-color: #4567EE;
}

.yellow{
	background-color: #FFFF54;
}