.buttonbeige a:link {
   font-family: Tahoma; font-size: 80%; font-weight: bold;
   color: darkblue; text-decoration: none;
   padding: 2px; margin: 2px;    display: block; width: 100%;
   text-align: center; vertical-align: middle;
   background-image: url(btnbeigelink.gif);
   width:auto; height: auto;
}
.buttonbeige a:visited {
   font-family: Tahoma; font-size: 80%; font-weight: bold;
   color: darkblue; text-decoration: none;
   padding: 2px; margin: 2px;    display: block; width: 100%;
   text-align: center; vertical-align: middle;
   background-image: url(btnbeigeoff.gif);
   width:auto; height: auto;
}
.buttonbeige a:hover {
   font-family: Tahoma; font-size: 80%; font-weight: bold;
   color: darkred; text-decoration: none;
   padding: 2px; margin: 2px;    display: block; width: 100%;
   text-align: center; vertical-align: middle;
   background-image: url(btnbeigehover.gif);
   width: auto; height: auto;
}
.buttonbeige a:active {
   font-family: Tahoma; font-size: 80%; font-weight: bold;
   color: red; text-decoration: none;
   padding: 2px; margin: 2px;    display: block; width: 100%;
   text-align: center; vertical-align: middle;
   background-image: url(btnbeigeon.gif);
   width:auto; height: auto;
}
