html, body {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
    background: #F3FDFF;
    background-image: url(/repository/layout/new/background_image.gif);
    background-repeat: repeat-x;
    height: 100%;
}

td {
    font-size: 11px;
    font-family: Tahoma, Arial, Verdana;
    color: #222222;
}

a {
    text-decoration: underline;
    color: #DB9500;
}

a:hover 
{ 
    color: rgb(74,138,228) ;
}

h1, h2, h3, h4, h5, h6 {
    color: #003F95;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 11px;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/new/sipka.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 6px double rgb(236, 242, 246); 
    margin: 5px; 
}