body 
{
   background-color: #CCC;
   font-family:'Georgia','serif';
}
/* The table with text - margins */
.all
{
   margin: 20px 25px 25px 25px;
}
/* The small table with menu bars - margins */
.all_sm
{
   margin: 10px 5px 10px 5px;
   font-size: 9pt;
   color: red;
}


