body {
	background: #cc9;  /* cc9 ffe pozadí celého dokumentu */
	color: #000;
	margin-right: 7.5em;
	font-family: "helvetica", sans-serif;
	font-family: "Times", "New Century Schoolbook", "Palatino", serif;
	font-size:	medium;
}

h1 {
        font-size:	x-large;
	font-style:	italic;
        margin-bottom: 2em;
        margin-left: -5%;
}
h1 {
        font-weight: bold
}
h1 {
        color: #900;
        line-height: 1
}
h1:first-line {
        color: #000
}
h2 {
	font-size: large;
        font-weight: bold
}
h2 {
        color: #900;
        line-height: 1
}
h3 {
	font-size: medium;
        color: #900;
        line-height: 1
}

p {
        margin-top: 1em;
        margin-bottom: 0px
}
p.uol {
	margin-left: 2em;
}
pre {
	margin:	1em 0px 1em 1.5em;
}
blockquote {
	margin:	1em 2em;
}
ol.roman {list-style-type: upper-roman }
li.lroman {list-style-type: lower-roman }
ol.aaa {list-style-type: lower-alpha }
ol.AAA {list-style-type: upper-alpha }
/*
a:link {
        color: #009
}
a:visited {
        color: #906
}
a:active {
        color: #906
}

a:link img {
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none
}

a:visited img {
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none
}

a img {
        color: white
}
*/
