.score{
top:200px;
position:absolute;
color: blue;
}

.score td:hover{
color: white;
font-Weight: bold;
background-color: red;
}

#xo, #xoSmall{
table-layout: fixed;

}

#xo td:hover, #xoSmall td:hover{
 background-color: skyblue;
color: black;
}

/*The XO table letter dimensions*/
#xo .normal, #xoSmall .normal{
font-size:300%;
color:white;
}

#xolink a:link,#xolink a:visited{
  display: block;
  width: 6em;  /* dimensions needed for IE5.x/Win #94B8E9; */
  padding: 0.2em;
  line-height: 1.4;
  background-color: #369;
  border: 1px solid black;
  color: #fff;
  text-decoration: none;
  text-align: center;
font-Weight: bold;
}


.link a:link{
display: block;
  width: 6em;  /* dimensions needed for IE5.x/Win #94B8E9; */
  padding: 0.2em;
  line-height: 1.4;
  background-color: #369;
  border: 1px solid black;
  color: #fff;
  text-decoration: none;
  text-align: center;
font-Weight: bold;

}


#xolink a:visited, #xolink a:link {
top:-119px;
position:relative;
}

#xolink a:hover, #smallxolink a:hover{
 background-color: red;
 color: #fff;
}

#smallxolink a{
padding: 0.2em;
font-Weight: bold;
text-indent: 3px;
text-decoration:none;
background-color: #369;
color: white;
border: 1px solid black;
}

form a, .sitelink a{
margin: 0 0 0 -2px;
padding: 0.2em;
font-Weight: bold;
text-indent: 3px;
text-decoration:none;
background-color: #369;
color: white;
border: 1px solid black;
}
