

BODY { 
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 0px;
}

TD {
	font-family: arial, helvetica;
	font-size: 12px;
}

.header {
	font-size: 14px;
}

.nav {
	border-top: dashed 1px #c3c3c3;
	border-bottom: dashed 1px #c3c3c3;
	text-align:center;
	padding: 6 0 6 0;
	background-color: #e9e9e9;
	font-size: 11px;
	color: #666666;
}

.nav A {
	text-decoration: none;
	color: #333333;
}
.nav A:hover {
	text-decoration: underline;
	color: #993333;
}

.button {
	text-decoration: none;
	color: #333333;
	padding: 2px;
	border: 1px solid #333333;
	font-size: 12px;
}
A:hover.button  {
	text-decoration: underline;
	color: #993333;
}
.tournament {
	border-top: 1px dashed f3e3e3;
	margin-top: 3px;
}
.history {
	margin: 6 0 6 0;
}
h1{
	font-size: 12px;
	font-family: arial, helvetica;
	margin: 6 0 6 0;
}
.tournament A {
	text-decoration: none;
	color: #993333;
}
.tournament A:hover {
	text-decoration: underline;
	background-color: #c3c3c3;
}
A {
	text-decoration: none;
	color: #993333;
}
A:hover {
	text-decoration: underline;
	background-color: #c3c3c3;
}
