/* the order should alwasy be: link, visited, hover, active
else it won't work right - others go after that! */
A:link { text-decoration : none; color= #254117 }
A:visited { text-decoration : none; color: green }
A:hover { color: #00FF00 }
A:active { color: #00FF00 }
}

body, td, th {
  font-family: arial, sans-serif;
  font-size: 83%;
}

.menu_block_left 
{
   width:100%;
   text-align:left;
   padding-left:5px;
   padding-right:5px;
}

.menu_block_center
{
   width:100%;
   text-align:left;
   padding-left:5px;
   padding-right:5px;
}
   
.menu-hdr2
{
   border-right: #808080 thin solid;
   padding-right: 5px;
   border-top: #808080 thin solid;
   padding-left: 5px;
   font-weight: bold;
   padding-bottom: 0px;
   margin: 10px 5px 5px;
   border-left: #808080 thin solid;
   padding-top: 0pt;
   border-bottom: #808080 thin solid;
   background-color: #D0D8C0;
   text-align: center;
}