body {
	font-size: small;
}
table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
	}
hr {
	border: 1px solid #000000;
	height: 0;
	width: 100%;
}

tr {
	border: 0;
	padding: 0;
	}
	
td {
	border: 0;
	padding: 0;
	vertical-align: middle;
}

.matchbox {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-size: small;
	color: #000000;
	text-align: left;
	height: 15px;
	width: 100px;
	text-indent: 2px;
}
td p{
	margin: 0 0 0 3px;
	padding: 0;
}
.score {
	background-color: #CCCCCC;
	font-size: small;
	color: #000000;
	text-align: left;
	height: 15px;
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
}
.scorewin {
	background-color: #00FF00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: small;
	height: 15px;
	width: 20px;
	text-align: center;
}


.scorelose {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FF0000;
	font-size: small;
	height: 15px;
	width: 20px;
	text-align: center;
}
.bracketborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}