/* inner styles */
.mss3iout {
  width: 100%;
  height: 20px;
  cursor: hand;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration : none;
  padding: 0px;
  color: #500000;
}

.mss3iover {
  width: 100%;
  height: 20px;
  cursor: hand;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration : none;
  padding: 0px;
  color: #500000;
}

/* outer styles */
.mss3oout {
  width: 100%;
  height: 20px;
  cursor: hand;
  text-decoration : none;
  border : 1px solid #000000;
  background: #F6F3D6;
}
.mss3oover {
  width: 100%;
  height: 20px;
  cursor: hand;
  text-decoration : none;
  border : 1px solid #000000;
  background: #E9E3AC;
}

/* for pages */
.mssp3 {
  padding: 4px;
}