/* games2.css revised for the table layout */

html {border:0px}
body {margin:0px; border:0px; min-height:100%; width:100%; font-size: 80%;}
table {border:0px; width:95%;border-collapse:collapse;}
tr {padding:0px}
td {padding:0px; margin:0px; 
    vertical-align: top;
    border:black solid 1px}
.head{padding: 5px; height:100px; background-color:#888855}
.topleft{margin:5px; float:left}
.topright{float:right}
.menu{background-color:#CCCC99; padding: 0px 190px}
.midd{height:200px}
.left {width:150px; max-width:150px; background-color:#EEEECC; padding:15px; text-align:justify}
.right {width:150px; max-width:150px; background-color:#BBBB88; padding:5px}
.center{padding:5px; background-color:white}
.foot{background-color:#888855}
.bottom {margin-bottom: 0px;}
.float{display:inline; float:left}
a img {margin:2px; border:0px}
.balance {text-align:center}
