body {
    padding: 0;
    margin: 0;
    font-family: Century Gothic, Trebuchet MS;
    color: #5b5b5b;
    font-size: 26px;
}
a {
    font-size: 20px;
    color: #3b3b3b;
    text-decoration:none;
}
a:hover {
    color: #7b7b7b;
    text-decoration:underline;
}
div {
    text-align:center;
}
div#main {
    padding: 40px 10px 20px 10px;
}
div#title {
    margin-bottom:10px;
}
