body {
background-color: #ffffff;
color: #000000;
}

h1, h2, h3, h4, h5, h6 {
color: #663300;
}

.center {
text-align: center;
}

table.tournament {
background-color: #f7f1ce;
border-style: solid;
border-width: 3px;
border-color: #663300;
margin-left: auto; margin-right: auto;
}

table.tournament th {
border-style: solid;
border-width: 1px;
border-color: #663300;
background-color: #993300;
color: #ffffff;
font-weight: bold;
}

table.tournament td {
border-style: solid;
border-width: 1px;
border-color: #663300;
}

th.score {
width: 1.5em;
}

td.total {
font-weight: bold;
color: #0000ff;
}

td.order {
font-weight: bold;
}

td.games {
font-style: italic;
}

tr.winner {
background-color: #00ff66;
}
