.RevealedText {
  color: black;
}

.HiddenText {
  color: #666699;
}

.HideControl {
  background-color: #bbbbbb;
  color: white;
  font-size: 66%;
  height: 100%;
  padding: 1px;
  cursor: pointer;
  border: outset #cccccc thin;
}

A.HideControl:hover {
  text-decoration: none;
  border: inset #cccccc thin;
}
