#AnnouncementLink {
  color: red;
}

#AnnouncementContainer {
  position: absolute;
  visibility: hidden;
  left: 165;
  top: 220;
  width: 500px;
  height: 250px;
  padding: 20px;
  border: 10px solid red;
  background-color: pink;
  color: white;
  font-weight: bold;
}

#AnnouncementCloseBtn {
  float: right;
}

#AnnouncementContent {
  clear: both;
  padding-top: 10px;
  font-size: 16px;
  color: black;
}
