.NewsPopup {
  border: 1px solid #333333;
  font-family: Tahoma;
  font-size: 12px;
  display: none;
  position: absolute;
  width: 450px;
  z-index: 60;
}

.NewsPopupTitle {
  background: #456177;
  color: #ffcc00;
  font-weight: bold;
  height: 15px;
  padding: 5px;
  font-family: "MS Sans Serif", Geneva, sans-serif;
  font-size: larger;
}

.NewsPopupBody {
  background: #e0e0e0;
  padding: 5px;
  text-align: center;
}

#NewsPopup1 {
  top: 15%;
  left: 30%;
}

#NewsPopup2 {
  top: 15%;
  left: 30%;
  }

#NewsPopup3 {
  top: 15%;
  left: 30%;
}
