.rm-show a, .rm-show:active, .rm-show:visited {
   cursor: pointer;
   text-decoration: none;
   font-size: 100%;
}
.rm-show:hover {
   cursor: pointer;
   text-decoration: underline;
}
.rm-hide a, .rm-hide:active, .rm-hide:visited {
   cursor: pointer;
   text-decoration: none;
}
.rm-hide:hover {
   cursor: pointer;
   text-decoration: underline;
}
.rm-content-hide {
  display: none;
}

p.rm-show, p.rm-hide {
   color:red;
}