body, table, tr, td, h1, h2 {
   font-family: optima, "Trebuchet MS", sans-serif;
   font-size: 12px;
   line-height: 16px;
}
body {
   background-color: #ffffa0;
}
td {
   padding: 8px 10px 10px 10px;
   vertical-align: top;
}
td.plain {
   padding: 0px 8px 4px 0px;
   vertical-align: top;
}
h1 {
   font-weight: bold;
   font-size: 24px;
}
h2 {
   font-weight: bold;
   font-size: 16px;
}
h3 {
   font-weight: bold;
   font-size: 14px;
   margin-bottom: 3px;
}
a {
   font-weight: bold;
   text-decoration: none;
   color: #000060;
}
a:hover {
   text-decoration: underline;
}
