
body {text-align:center;}

table {font-size:100%;}


#main {text-align:left;}


    .col {width:310px;}
    .col.last {margin-right:-3px;}

    #cols2 #col-left {width:635px; padding:20px;}
    #cols2 #col-right {width:307px;}
    

.box {height:1%;}

#game ul {list-style:none;}
#game ul li {float:left;width:20%;text-align:center;display:block;padding-top:5px;onmouseover: expression(onmouseover=function (){this.style.background='#FFC861';this.style.color='#cc3300';this.style.fontWeight='bold';});onmouseout:expression(onmouseout=function(){this.style.background='';this.style.color='';this.style.fontWeight='';})
}
#game ul li span {height:22px;line-height:22px;}
#game ul a {text-decoration:none;}