body {
    margin: 0;
    padding: 0;
    background-color: #FF3300;
    text-align: center;
    font-family: Georgia, Verdana, Sans-Serif;
    font-size: 110%;
}

#logoBlock {
    margin-top: 100px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 6px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #ffffff;
}

.logo {
    border: none;
}

p,
a:link,
a:visited,
a:active {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.small {
  font-size: 80%;
}