body {
    font-family: "Baskerville", georgia, serif;
    font-size: 16px;
}

h1, h2, h3 { font-weight: bold; }

h1 { font-size: 2.2em; }
h2 { font-size: 1.5em; }

h1 a {
    color: black;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

.homepage h2 { text-align: center; }

img {
    margin-bottom: 24px;
}

p {
    text-align: justify;
}

.subtitle {
    float: left;
}

.nav {
    text-align: right;
}

.play-now {
    margin: 0;
}

.play-now a {
    display: block;

    text-align: center;
    font-weight: bold;
    font-size: 1.4em;

    padding: 8px;
    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    background: #afa;
    color: #040;
}

.play-now a:hover {
    background: #8d8;
}