html, body {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #330000;
    background: #FDF6F0;
    background-image: url(/repository/layout/background_image.gif);
    background-repeat: repeat-x;
    height: 100%;
}

td {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
    color: #330000;
    line-height: 150%;
}

a {
    text-decoration: underline;
    color: #3D711E;
    font-weight: bold;
}

a:hover 
{ 
    font-weight: bold;
    color: rgb(219,149,0) ;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1 {
    font-size: 26px;
    color: #669933;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(/repository/layout/line.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center bottom;
    padding-bottom: 35px;
}

h2 {
    font-size: 16px;
    color: #330000;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    font-size: 14px;
    color: #330000;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4 {
    font-size: 14px;
    color: #330000;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    background-image: url(/repository/layout/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 10px;
    margin-bottom: 4px;
    margin-left: 0px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 4px ridge #CCCC99; 
    margin: 5px; 
}
