/* inner styles */
.mss2iout {
  width: 100%;
  height: 20px;
  cursor: hand;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration : none;
  padding: 0px;
  color: #500000;
}

.mss2iover {
  width: 100%;
  height: 20px;
  cursor: hand;
  font: 11px Arial, Helvetica, sans-serif;
  text-decoration : none;
  padding: 0px;
  color: #500000;
}

/* outer styles */
.mss2oout {
  width: 100%;
  height: 20px;
  cursor: hand;
  text-decoration : none;
  border : 1px solid #000000;
  background: #D0AA94;
}
.mss2oover {
  width: 100%;
  height: 20px;
  cursor: hand;
  text-decoration : none;
  border : 1px solid #000000;
  background: #EACCB9;
}

/* for pages */
.mssp2 {
  padding: 4px;
}