body{
    background: #FFFFFF;
    /*#font-family: "Questrial",Arial,sans-serif;*/
    /*font-family: open sans, sans-serif;*/
    font-size: 11px;
    line-height: 2em;
    color: rgb(119, 119, 119);
}

.header-deco {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 5px;
}

#header{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 5px;
    /*font-family: 'Gotham-Light',Arial,sans-serif;*/
    
}

.header-text {
    color: rgb(109, 110, 113);
    font-family: 'Gotham-Light',Arial,sans-serif;
    font-size: 14px;    
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.25px;

    text-decoration: rgb(109, 110, 113);
    text-decoration-color: rgb(109, 110, 113);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-rendering: optimizelegibility;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    color: #6d6e71;
}

a {
    color: #808080;
}
a:hover {
}
a:visited {
    color: #333333;
}
.block{
    max-width: 610px ;
    max-height: 800px;
}
