.pool_table, .pool_table td {
  border-style: solid;
  border-width: 1px;
  border-color: black;
 }

.pool_table {
  border-left: none;
  border-bottom: none;
  background-color: white;
  align: center;
}

.pool_table td p, .pool_table form {
  font-size: 10px;
  font-family: arial;
  color: black;
}



.pool_table td {
  font-family: arial;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 10px;
  border-top: none;
  border-right: none;
  color: black;
}

.bold {
  font-weight: bold;	
}

.correct, .header {
  background-color: yellow;
  font-weight: bold;	
}

.winner {
  background-color: #00CC00;
}

.small {
  font-size: 9px;
}

.error {
  text-align: center; color: red; font-weight: bold
}

#header_left {
  background-image: url('../F1POOL/images/header_l.gif');
  background-position: left;
  background-repeat: 	no-repeat;
  height: 105px;
  width: 100%;
}

#header_right {
  background-image: url('../F1POOL/images/header_r.gif');
  background-position: right;
  background-repeat: 	no-repeat;
  height: 105px;
  width: 100%;
}

#header_repeat {
  background-image: url('../F1POOL/images/header_c.gif');
  background-repeat: 	repeat-x;
  height: 105px;
  width: 100%;
}

#bg_left {
  background-image: url('../F1POOL/images/background_l.gif');
  background-repeat: 	repeat_y;
  width: 43px;
}

#bg_center {
  background-image: url('../F1POOL/images/background_c.gif');
  background-repeat: 	repeat_y;
}

#bg_right {
  background-image: url('../F1POOL/images/background_r.gif');
  background-repeat: 	repeat_y;
  width: 43px;
}

#bg_left_bot {
  background-image: url('../F1POOL/images/background_bl.gif');
  background-repeat: 	repeat_x;
  height: 39px;
}

#bg_center_bot {
  background-image: url('../F1POOL/images/background_bc.gif');
  background-repeat: 	repeat_x;
  height: 39px;
}

#bg_right_bot {
  background-image: url('../F1POOL/images/background_br.gif');
  background-repeat: 	repeat_x;
  height: 39px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #FF0000;}   /* mouse over link */
a:active {color: #000000}   /* selected link */

