body {
    background-color: #F3F5FC;
}
div#content {
    width: 400px;
    margin: 30px;

    font-family: georgia;
}
a.btn {
    margin: 0 0 10px 10px;
}

div.header {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 3px;

    background-color: #D0DCF7;
    color: #041D5C;
}

div.text {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;

    line-height: 1.2em;
}
div.text p {
    text-indent: 20px;
    margin-bottom: 10px;
}
.image {
    margin-right: 10px;
    float: left;
}
.gecici {
    display:none;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.smallprint {
    margin-left: 10px;

    color: gray;
    font-size: 10px;
}