BODY {
	font-family : Arial, Helvetica, sans-serif ;
	font-size : 10pt;
	background : White;
	margin-left: 70;
	margin-top: 5;
}

A {
	color: blue;
text-decoration: none
}

A:Hover {
	color: red;
text-decoration: none
}

H1 {
	color: black;
	border-bottom-style : solid;
	border-bottom-color : Blue;
	border-bottom-width : medium;
}

H1.robot {
	color: black;
	border-bottom-style : none;
}

H2 {
	color: black;
}

H3 {
	color: black;
}

 H4 {
	color: black;
}

UL {
	list-style-image: url(./images/zelenabodka.gif)
}

LI {
	font-size: 10pt; 
	line-height: 140%;
}

HR {
	color : Blue;
}

TD.titulok {
	background : #8898FF;
	valign : center;
	height : 22;
}

TD.titulsipka {
	text-align : right;
	background : #8898FF;
	valign : center;
}

titulok {
        font-size: 11pt; 
	font-weight: bold;
}

P {
        margin-top: 4pt;
}


