@font-face {
    font-family: 'kenyan_coffeeregular';
    src: url('kenyan_coffee_rg-webfont.eot');
    src: url('kenyan_coffee_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('kenyan_coffee_rg-webfont.woff') format('woff'),
         url('kenyan_coffee_rg-webfont.ttf') format('truetype'),
         url('kenyan_coffee_rg-webfont.svg#kenyan_coffeeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #FFF;
    background-color: #000;
    text-align: center;
    font-family: 'kenyan_coffeeregular', Arial, sans-serif;
    font-size: 2em;
    padding: 40px 0 0;
    margin: 0;
}

h1 {
    font-weight: normal;
}

a {
    color: #AE0001;
}

.wines {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}

.wines span {
    font-weight: bold;
}

.footer {
    font-family: 'Open Sans Condensed', sans-serif;
    padding: 20px 0 20px;
    font-size: .5em;
}

.footer a {
    text-decoration: none;
}
