body,td,th,ul,input,b,i,u,a,textarea,select {
        font: 10pt palatino linotype,times,sans-serif,arial;
        text-align:justify;
        margin:0px;
}
th {
        text-align:center;
}
th.light {
        background-color:#d8c8b8;
}
a {
        color: #403020;
        font: verdana, arial, sans-serif;
        text-decoration: underline;
}
a:active {
        color: red; 
        text-decoration: none;
}
a:visited {
        color: #605040;
}
a:hover {
        color: #000000;
}
.big,a.big,td.big,th.big { font-size:19pt; font-weight:bold; }
.med,a.med,td.med,th.med { font-size:14pt; font-weight:bold; }
.tiny,a.tiny,td.tiny,th.tiny { font-size:6pt; }

.btn {
     border-width:1;
     border-right: #000000 1px single;
     border-bottom: #000000 1px single;
     border-top: #e0d0c0 1px single;
     border-left: #e0d0c0 1px single;
     color: #000000;
     text-align : center;
     background-color: #b0a090;
     font-size:10pt;
}
.btn:hover {
     background-color: #fff8f0;
}
input,textarea,select {
     background-color: #fff8f0;
}