a,
a:link,
a:visited,
a:active {
    color: #555555;
}
table a,
table a:link,
table a:visited,
table a:active {
    text-decoration: none;
    color: black;
}
#pbs {
    font-family: Georgia;
    background-color: #bdaf8a;
    margin-top: 10px;
    margin-left: 10px;
}
#pbs table {
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    margin: 0px;
}
#pbs table thead tr th {
    font-weight: bold;
    background-color: #6b542f;
}
#pbs table tbody tr.server {
    background-color: #8b744f;
    padding: 0px;
    margin: 0px;
}
#pbs table tbody tr.server th {
    padding: 0px;
    margin: 0px;
}
#pbs table tbody tr.server th.round,
#pbs table tbody tr.server th.state {
    text-align: left
}
#pbs table tbody tr.server th.state {
    padding-left: 20px;
}
#pbs table thead tr th a,
#pbs table tbody tr.server th a {
    display: block;
}
#pbs table tr.port td {
    padding-left: 5px;
    padding-right: 5px;
}

#pbs span.ENGLAND {
    color: red;
}
#pbs span.SPAIN {
    color: yellow;
}
#pbs span.FRANCE {
    color: blue;
}

