<style>
 BODY {	
    font-family:Arial,Times New Roman,Times,serif;
    font-size:10px;
    color: gray;
    background: white;
    margin: 0 0 20px 0;
    text-align: center;
}
#page {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 845px;
    text-align: left;
}
.navlinkcase {
  line-height:16px;
  width:120px;
  font-size: 10px;
  color: white;
  background-color: #ecd6b7;
  border: 2px outset;
  border-color: #aca696 #547667 #547667 #aca696;
  left: 0px;
  margin: 1px;
}
.navlinkcase:hover {
  line-height:16px;
  width:120px;
  border: 2px inset;
  border-color: #547667 #aca696 #aca696 #547667;
  background-color: #dAc2a7;
  color:white;
  font-size: 10px;
  left: 0px;
  margin: 1px;
}
<!--

a.navlinktext {
  font-family: verdana,arial,times new roman,sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #444444;
  left: 0px;
  margin: 1px;
  width:100%;
  height:100%;
  bottom:10px;
  position:relative;
  left: 5px;
  overflow: hidden;
  text-decoration: none;
  top: 0px;
  z-index: 1;
}

//-->
</style>