body {
    color: #FAFAFA;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}
h3.announcementblocktitle {
    color: #DBC7E1;
    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;
}