@font-face
{
    font-family: "qs-light";
    src: url("fonts/qs_light.otf") format("truetype");
}

@font-face
{
    font-family: "qs-bold";
    src: url("fonts/qs_bold.otf") format("truetype");
}

h1
{
    color: #275325;
    font-family: qs-bold;
    font-size: 14px;
}

p
{
    color: #275325;
    font-family: qs-light;
    font-size: 12px;
    line-height: 140%;
}

a
{
    color: #275325;
    font-family: qs-light;
    font-size: 12px;
}

a:hover
{
    color: #257b23;
}