body {
      color: #FFFFFF;
      background-color : #000055;
     }

.nadpis1 {
  margin-top : 3%;
  margin-bottom : 2%;
  font-size: 230%;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
  text-align: center;
 }

.nadpis3 {
  margin-top : 3%;
  margin-bottom : 2%;
  font-size: 150%;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight : bold;
  color: #DDEEFF;
 }
 
 .nadpis4 {
  margin-top : 3%;
  margin-bottom : 2%;
  font-size: 120%;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight : bold;
  color: #DDEEFF;
 }

.nadpis2 {
  margin-top : 3%;
  margin-bottom : 2%;
  font-size: 165%;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FF8800;
 }

.nadpis2b {
  color : #FFFF00;
  margin-top : 3%;
  margin-bottom : 2%;
  font-size : 165%;
  font-family : Arial CE, Arial, Helvetica, sans-serif;
  text-align : center;
  font-weight : bold;
 }

.pozn { color : #FFFF00 }

.kod {
  font-size : 65%;
  font-family : Courier, monospace;
 }


LI {
  margin-top : 2%;
  font-size: 100%;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
 }



 LI UL LI {
  list-style-type : square;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
 }

LI OL LI {
  list-style-type : decimal;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
 }


P {
  margin-bottom : 2%;
  font-size: 135%;
  font-family: Arial CE, Arial, Helvetica, sans-serif;
 }

#theEnd {
  color : #FFFFAA;
  margin-top : 3%;
  margin-bottom : 2%;
  font-size : 270%;
  font-family : Monotype Corsiva;
  text-align : center;
  font-weight : bold;
 }

IMG {margin-top : 1%;
     margin-bottom : 1%;
    }

IMG.presCelou {width : 95%}

.zlute{color : #FFFF00}

tt, pre {
	color : #C0FFC0;
	font-size: 120%;
	font-weight : bold;
}

.titulek {
  display: block;
  text-align: center;
     margin-bottom : 2%;
 }
 
.tucne {
	font-family: "Arial Black";
	font-weight: normal;
}

a:link, a:visited {
	color: Aqua;
}

UL {
/*    display : list-item;*/
    list-style-type : disc
   }

OL {
/*    display : list-item;*/
    list-style-type : decimal
   }



