body {
    background-color: white;
    color: black;
    font-family: Arial, Verdana, sans-serif;
    margin: 1em auto;
    max-width: 30em;
}

div#content {
    margin: 0.5em;
}

h1, h2, h3 {
    color: #7ec5cb;
}

a {
    color: #cb644a;
}

h1 {
    font-size: 197%;
}

h1 a {
    color: #7ec5cb;
    text-decoration: none;
}

a img {
    border: none;
}

.intro {
    font-weight: bold;
    font-size: 0.8em;
}

ul {
    margin-left: 1.5em;
    padding: 0;
}

ul li {
    margin-bottom: 0.5em;
    list-style-image: url(/dash.png);
}

#screenshots {
    text-align: center;
}

.prices {
    text-align: center;
    margin-bottom: 0.25em;
}

.price {
    font-weight: bold;
    font-size: 1.2em;
}

.smallprint {
    text-align: center;
    margin-top: 0.1em;
    font-size: 0.7em;
    font-style: italic;
}

