/* ------------ pozadi1 - svetle zelene, pismo modre -- */

body { 
background-color: #b2bca5;                /* svetle zelena  178 188 165 */
margin: 10px;
color : #2a3340;                                /* modra    42  51  64 */
font-family :  verdana,helvetica,arial,sans-serif
}

/* ------------  reference cervene, mys: modre bezove  podtrzeni  ------- */
a { 
background-color: transparent;
	color: #762737;                         /* cervena 118  39  39 */
	font-weight: bold;
	text-decoration: none
}
a:hover { 
	background-color: #b0ab90; 	        /* bezova  176  171  144 */
	color: #eef8e1; 	                /* svetla 238, 248, 225 -- */
	text-decoration: none 
}

/* ------------ tagy  ---------- */

ul.disc {
	list-style-type: disc
}
ul.square {
	list-style-type: square
}
.indent {
	text-indent: 12px
}

/* ------------ pozadi bezove  -- */

.pozadi0 { 
	color: #2a3340; 
	background-color: #b0ab90
} 	

/* ------------ pozadi svetle zelene -- */

.pozadi1 { 
	color: #2a3340; 
	background-color: #b2bca5
} 	

/* ------------ pozadi svetle  -- */

.pozadi2 { 
	color: transparent; 
	background-color: #eef8e1
} 	

/* ------------ barva pisma  ------------ */

.light	{
	background-color: transparent;
	color: #eef8e1
}
.blue	{
	background-color: transparent;
	color: #2a3340
}
.gray	{
	background-color: transparent;
	color: #c0c0c0
}
.red	{
	background-color: transparent;
	color: #762737
}

/* ------------ velikosti pisma  ------------ */

.huge	{
	font-size: 160%;
	font-weight: bold
}
.large { 
	font-size: 140%; 
	font-weight: bold 
}
.larger { 
	font-size: 110%; 
	font-weight: bold 
}
.standard { 
	font-size: 80%; 
}
.small { 
	font-size: 70%; 
}
.footnote { 
	font-size: 60%; 
}
