body {
        background: #ddd;
        width: 800px;
        text-align: center;
}
#logo {
        color: deeppink3;
        font-size: 24px;
        font-weight: bold;
        font-family: Georgia,Times,serif;
}
#logo b {
        color:black;
}
.highlight {
        background: #eee;
        padding: 10px;
        border: 1px solid #333;
        text-align: center;
        font-size: 1.2em;
}
.highlight a {
        text-decoration: none;
        color: blue;
}
