.body {
   font-family: arial;
}

.h1 {
   background-color:#CCC;
   border: 1px solid;
   color:#39F;
   text-align: center;
   font-family: Arial;
}

.table {
   background-color: #F60;
   border: 0px solid #39F;
   width: 100%;
   font-family: arial;
}

.td {
   border: 0px;
   text-align: center;
}

.p {
   color:#09F;
   text-indent: 20px;
}