/* inner styles */
.mss1iout {
  width: 100%;
  height: 20px;
  cursor: hand;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration : none;
  padding: 0px;
  color: #500000;
}

.mss1iover {
  width: 100%;
  height: 20px;
  cursor: hand;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration : none;
  padding: 0px;
  color: #500000;
}

/* outer styles */
.mss1oout {
  width: 100%;
  height: 20px;
  cursor: hand;
  text-decoration : none;
  border : 1px solid #000000;
  background: #B0A380;
}
.mss1oover {
  width: 100%;
  height: 20px;
  cursor: hand;
  text-decoration : none;
  border : 1px solid #000000;
  background: #D0C6AC;
}

/* for pages*/
.mssp1 {
  padding: 4px;
}