body {
    background-image: url("/bg_beer.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    color: BBBBBB;
}
a:link {text-decoration: none; color: 2980B9}
a:visited {text-decoration: none; color: 2980B9}
a:hover {text-decoration: none; color: 2980B9}
a:active {text-decoration: none; color: 2980B9}
a {outline : none;}
a img {outline : none;}
img {border : 0;}