@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
    font-family: 'open_sanslight', Verdana, Arial;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 300;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
}


body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: #fff;
}

.main {
    max-width: 840px;
    margin: 8px auto;
}


.wallpaper {
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 4px;
}

p {
    margin-bottom: 4px;
}

a {
    color: rgb(6, 85, 128);
    /*text-decoration: none;*/
}

.img {
    display: inline;
}
