
body {
        font-family: Helvetica, Verdana, Arial, sans-serif;
        font-size: 88%;
        font-weight: 100;
        margin: 0;
        background: #FFF;
        color: #b8c3c8;
        }

.container {
        width: 960px;
        max-width: 98%;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        text-align: center;
        }

img { width: auto; max-width: 100%; height: auto; float: left; margin: 20px 0 0 0; padding: 0; }

p { width: 100%; clear: both; float: left; line-height: 18px; margin: 30px 0; padding: 0; letter-spacing: 0.03em; }
.uppercase { text-transform: uppercase; }

p a, p a:visited { color: #a5b3b9; font-weight: 800; text-decoration: none; }
p a:hover { text-decoration: underline; }

.big { font-size: 140%; color: #afbbc0; }

