body { 
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

}

.hlavicka {
        background : #FF0000;
	color : White;
	font-weight : bold;
	font-size : small;
}

.re {
        background : #FF0000;
	color : White;
	font-size : 9px;
}

.pismo {
    background : #99CCFF;
    font-size : 12px;	
}

.nadpis {
	color : blue;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
}

.chyba {
	text-align : center;
	color : red;
} 
 
