body, table {
     background-color: #A09692;
     font-family: georgia;
     color: #855b44;
     font-size: 12px;
     }

h1   {
     color: #63412d;
     font-size: 15px;
     border-bottom: 2px solid #a1897a;
     text-align: center;
     }
u    {
     border-bottom: 1px solid #855b44;
     background: #e0dcda;
     line-height: 20px;
     }
a    {
     color: #643c27;
     text-decoration: none;
     font-weight: bold;
     }
     i {
 font-family: Georgia;
 font-size: 12px;
 text-decoration: none;
 color: #454545;
 }

 input, textarea {
 background-color: #d9d4d2;
 border: 0px;
 color: #855b44;
 font-size: 8pt;
 font-family: georgia;
 }