body { 
   background : #93B2E9; 
   margin-left : 20px; 
   margin-top : 20px; 
 } 
.ace { 
   font-family : tahoma, verdana; 
   font-size : 18pt; 
   color : #333333; 
   text-decoration : none; 
   text-align : center; 
   letter-spacing : 15px; 
   background : #eeeeee; 
 } 
.borders { 
   margin-left : 10px;
   border-top : thin solid #333333; 
   border-bottom : thin solid #333333; 
   border-right : thin solid #333333; 
   border-left : thin solid #333333; 
   background : #eeeeee; 
   width : ; 
 } 
.toplist { 
   background : black; 
   color : #eeeeee; 
   font-size : 11pt; 
   text-decoration : none; 
   width : 20%; 
   text-align : left; 
   font-family : tahoma, verdana; 
 } 
.bottomlist { 
   font-size : 10pt; 
   text-decoration : none; 
   text-align : center; 
   font-family : tahoma, verdana; 
 } 
a { 
   font-family : tahoma, verdana; 
   font-size : 8pt; 
   color : #333333; 
   text-decoration : none; 
   letter-spacing : 2px; 
   text-align : center; 
 } 
a:hover { 
   text-decoration : underline; 
   color : red; 
 } 
