body {
    background-color: #333333;
}

h2 {
    color: #cccccc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 500%;
    margin-bottom: -25pt;
}

h3 {
    color: #999999;
    font-size: 150%;
    font-style: italic;
}

p {
    bottom: 10%;
    color: #339933;
    font-family: 'Courier New', Courier, monospace;
    font-size: 110%;
    margin-left: 10%;
    position: fixed;
}

#branding {
    margin-top: 20%;
    margin-bottom: 10%;
    padding-right: 10%;
    position: relative;
    text-align: right;
}