body
{
background-color:#cccccc;
}
p 
{
font-size: 12px;
}
table.t1
{
table-layout: automatic;
background-color: #eeeeee;
}
table.t2 
{
table-layout: fixed;
} 
table.form
{
table-layout: automatic;
border-spacing: 5px;
border-style: outset;
}
