body, table, a {
   font-family: georgia;
   font-size: 14px;
   color: #42240C;
}

a:link {text-decoration:underline}
a:active {text-decoration:underline}
a:visited {text-decoration:underline}
a:hover {text-decoration:underline; color:#BDA663}

table.altTable {
   font-family: arial;
}

table.altTable td.hd {
   
   border-right: solid 1px #7E6959;
   background-color: #EBE2DA;
   border-left: solid 1px #D9C9BC;
   border-bottom: solid 2px #D9C9BC;
   border-top: none;
   font-weight:bold;
   font-size:13px;
}

table.altTable td {
   border-top:solid 1px #42240C;
   border-right: solid 1px #9E8F83;
   font-size: 11px   
}

table.altTable a {text-decoration:underline}

.H {background-color:#ED8989}

.note {color: green; font-style:italic; font-size:20px; font-weight:bold}

.search_result a {color:green}