* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 1em Helvetica, Arial, sans-serif;
    color: #CFCFCF;
    background-color: #3F3F3F;
}

a {
    color: #CFCFCF;
    font-weight: bold;
}

a img {
    border-width: 0px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

img.screenshot {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border: 5px solid #666666;
}

div.navbar h1 {
    margin-top: 10px;
    text-align: center;
    font: 0.66em Helvetica, Arial, sans-serif;
    font-weight: bold;
}

div.banner {
    margin-top: 30px;
    text-align: center;
}

div.banner h1 {
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
}

div.content {
    width: 600px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

div.content h1 {
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
}

div.content h2 {
    color: #FFFFFF;
    font-size: 0.825em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
}

div.content p {
    font-size: 0.825em;
    line-height: 1.5em;
}

div.content code {
    font: 1em Courier New, Courier, monospace;
}

div.content ul {
    margin-left: 20px;
    font-size: 0.825em;
    line-height: 1.5em;
}

div.screenshots {
    text-align: center;
}

div.footer {
    text-align: center;
}

div.footer p {
    color: #909090;
    font-size: 0.66em;
    line-height: 1.5em;
}

div.footer a {
    color: #909090;
    text-decoration: underline;
    font-weight: normal;
}

