/* 
    HEXATEN
    www.hexaten.eu
*/
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,300italic,400italic,700,700italic,800,800italic);
html {
    background-color: #2a457a;
}

body {
    color: #92c5ea;
    font-size: 1.2em;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

strong {
    font-weight: 700;
}

a:link {
    color: #bf6200;
}

a:hover {
    color: #5b75a7;
}

a:visited {
    color: #bf6200;
}

a:unvisited {
    color: #bf6200;
}

.front_image {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

