/* CSS Document */

body{ color: #FF007A; }


.ShowtoHide1{ display:  inherit  }
.HidetoShow1{ display: none  }

.ShowtoHide2{ display:  inherit  }
.HidetoShow2{ display: none  }


.ButtonImg:hover{ cursor: pointer }