 

BODY {
	margin-left: 3%;
	margin-right: 3%;
	color: Black; /*        background: White;*/
	background: url(/img/bg_basic.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 15px;
}

A:link{
	text-decoration: none;	color: #BD0000; }
A:visited {   text-decoration : none;   color:#BD0000; }
A:active {   text-decoration : underline;  color:#BD0000; }
                        
H1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #335C33;
	text-align: center;
	margin-top: 1ex;
	margin-bottom: 1em;
}
 
H2{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
		 /* font-size: 120%;*/
        color: Black;
        margin-bottom: 0.2em;
        margin-top : 1em;
		 font-size: 18px;
}
H3{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		/*font-size: 90%;*/
		font-size: 100%;
		color: Black;
		margin-bottom : 0.4em;
}

H4{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 100%;
        color: Black;
        text-align: center;
        margin-top: 1em;
        margin-bottom: 0.5em;
}

H5{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       /* font-weight: bold;*/
        font-size: 150%;
        color: black;
        text-align: center;
 }
 
H6 {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 100%;
        color: black;
        text-indent: 5%;
 }
                          
PRE { 
        font-family: monospace;
        font-size: larger;
 }
                          
OL {
        color: black;
/*        background: White;*/
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-bottom : 0px;
}


UL {
        color: black;
/*        background: White;*/
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        list-style-type : disc;
}

LI {
        margin-top : 5px;
}

LI.plain {
        list-style-type : none;
}

.indent {
        text-indent: 2em;
        margin-top : 0px;
}

.nullbottom {
        margin-top : 0px;
}

.margin-top {
        margin-top : 5px;
}

.obsah {
        margin-top : 0px;
        margin-bottom : 0px;
		font-size: 15px;
		font-weight: normal;
}

.mono { 
        font-family: Courier, monospace;
        margin-top: 4px;
        margin-bottom: 4px;
 }

.mensi {
        font-size: 90%;
 }

.chyba {
		color: Olive;
		font-size: smaller;
}

ul li {
	margin-top: 0px;
}

ol ol li {
	margin-top: 0px;
}

