body {
    background-color: #FFFFFF;
    font-family: verdana,tahoma,arial,sans-serif;
    font-size: 11px;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #C00000;
    text-decoration: none;
}
a:active {
    color: #FF0000;
    text-decoration: none;
}
img {
    border: 0 none;
}
.menu {
    margin-left: auto;
    margin-right: auto;
}
.list_table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.list_row {
      border: 1px solid #000000;
    color: #000000;
    white-space: nowrap;
}
.list_h {
    background-image: url("images/background.gif");
    border: 1px solid #000000;
    color: #000000;
    white-space: nowrap;
}
.list_row_vip {
    border: 1px solid #000000;
    white-space: nowrap;
}
.list_row_header {
    background-image: url("images/background-header.png");
    border: 1px solid #000000;
    color: white;
    font-family: monospace;
    font-size: 16px;
    white-space: nowrap;
}
.settings_table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.settings_row {
    background-image: url("images/background.gif");
    border: 1px solid #000000;
    text-align: center;
    white-space: nowrap;
}
.settings_spacer {
    border: 1px solid #000000;
    width: 20px;
}
.players_table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
.players_row {
    background-image: url("images/background.gif");
    border: 1px solid #000000;
    text-align: center;
    white-space: nowrap;
}
.players_spacer {
    border: 1px solid #000000;
    width: 20px;
}

