@import url(layout.css);

.error {
  color: #FF0000;
  font-size: 14px;
}

h1 {
  margin: 0px auto 2px auto;
  font-size: 18px;
}
h2 {
  margin: 0px auto 2px auto;
  font-size: 16px;
}

a:link {
  color: #FFDDBB; text-decoration: none;
}
a:visited {
  color: #FFDDBB; text-decoration: none;
}
a:active {
  color: #FFDDBB; text-decoration: none;
}
a:hover {
  color: #FFFFFF; text-decoration: underline;
}

#western tr th {
  /*background-color: #664433;*/
  background-image: url(img/wood.gif);
  text-align: center;
  font-weight: bold;
}

#western tr td {
  background-color: #887733;
  text-align: center;
}

#western tr {
  background-color: #887733;
}

#western tr.header_players {
  /*background-color: #664433;*/
  background-image: url(img/wood.gif);
  font-weight: bold;
}

#western tr.header_players td {
  /*background-color: #664433;*/
  background-image: url(img/wood.gif);
  text-align: center;
}

#western tr.players {
  background-color: #AA7733;
}

#western tr.header_variables td {
  /*background-color: #664433;*/
  background-image: url(img/wood.gif);
  text-align: center;
  font-weight: bold;
}

#western tr.variables td {
  background-color: #887733;
  text-align: center;
}
