body {
    margin: 0px;
    font-size: 11px;
    font-family: "Arial", "Verdana", "Tahoma", "Trebuchet MS";
    background: #fffbcd;
}

h1 {
    font-size: 64px;
}	

h2 {
    font-size: 32px;
    text-align: center;
}

table a {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}

table a:hover {
    color: red;
}

table p, table h2 {
    margin: 0px;
    padding: 0px;
}

table img {
    border: 0px;
}

.join {
    font-size: 32px;
    color: blue;
}

.join:hover {
    color: red;
}