body {
  color: #2A2A2A;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}
h3.announcementblocktitle {
  color: #2A2A2A;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}
p {
  font-size: 90%;
  margin: 0 auto;
}
a {
  color: #D6E6F5;
  text-decoration: none;
}
a:hover {
  color: #B6D2ED;
}