html, body {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    color: #352C25;
    background: #F8F4F9;
    
}

td {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    color: #352C25;
    line-height: 150%;
}

a {
    text-decoration: underline;
    color: #775E7C;
}

a:hover 
{ 
    color: #391666;
}

h1, h2, h3, h4, h5, h6 {
    color: #391666;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1 a {
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

h1.document {
	font-size: 36px;
	font-weight: bold;
}

h1 {
    font-size: 18px;
    padding-bottom: 6px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    background-image: url(/repository/layout/sipka.png);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 25px;
    margin-bottom: 4px
    margin-left: 10px;
}

blockquote {
    margin-left: 20px;
}

img.border {
    border: 5px double #775E7C; 
    margin: 4px; 
}

.img-foto {
	border: 2px solid silver;
	padding: 5px;
	background-color: #775E7C;
}

.color_m {
  color: #391666;
}