table{
 text-align:center;
 margin-left:60px;
 float:left;
 }

table,td,th{
 border-collapse: separate;
 border-spacing:3px;
 } 
 
td{
 font-size:14px;
 height:20px;
 font-weight:bold;
 } 

.number{
 width:30px;
 background-color: #d90000;
 color:#FFFFFF;
 
 } 
 
.name{
 width:200px;
 text-align:center;

  }

.area{
 width:200px;} 
 th{
  color:#FFFFFF;
  background-color: #d90000;
  text-align:center;
  }

caption{
 font-size:16px;
 color: #d90000}
 
