html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #0B2C5B;
    background: #F2F7FE;
    background-image: url(/repository/layout/beckground.png);
    background-repeat: repeat-x;
    height: 100%;
    line-height: 160%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #0B2C5B;
    line-height: 160%;
}

a {
    text-decoration: underline;
    color: rgb(74,138,228);
}

a:hover 
{ 
    color: #DB9500;
}

input {
    font-size: 12px;
    color: #2E2D2D;
}

select {
    font-size: 12px;
    color: #2E2D2D;
}

h2, h3, h4, h5, h6 {
    color: #3360A4;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

h1 a {
    text-decoration: none;
    font-size: 18px;
    text-decoration: underline;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 24px;
    color: #3360A4;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
    color: #FFFFFF;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/sipka.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 6px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}