body{
 font-family:Verdana, Avant Garde;
}
table{
 border-width:1px;
 border-style:outset;
 text-align: center;
 margin-left:auto;
 margin-right:auto;
}
div{
 text-align:center;
}
div.foot{
 /*display:none;*/
 text-align:center;
 color:silver;
 font-size:10pt;
}
a.meka{
 color:silver;
}
.box{
 vertical-align:top;
 position:relative;
 width:250px;
 height:80px;
 border:2px silver solid;
 background-color:black;
}
.boxlarge{
 text-align:left;
 position:relative;
 width:400px;
 height:120px;
 border:2px silver solid;
 background-color:black;
}
