body {  background: #FFFFFF }

.menu_header {
    font-family: inherit;
    font-size: 10pt;
    font-weight: bold;
    background: #F9D900;
}

.menu_even {
    font-family: inherit;
    font-size: 10pt;
    font-weight: bold;
    background: #FFFFEE;
}

.menu_odd {
    font-family: inherit;
    font-size: 10pt;
    font-weight: bold;
    background: #DFDFCE;
}


TABLE.obi {
        border-left: 2px solid #426B42;
        border-right: 2px solid #426B42;
        border-bottom: 1x solid #426B42;
        border-top: 2px solid #426B42;
        padding:2px;
      }

a:link.obi {color:blue; text-decoration:none}
a:active.obi {color:blue; text-decoration:none}
a:visited.obi {color:blue; text-decoration:none}
a:hover.obi {color:red; text-decoration:underline;background-color:#F0F0F0}
 
