A {
	font-weight : bold;
	text-decoration : none;
}

A:link,A:active,A:visited{
	color : #3261A4;
}

A:hover{
	color : #3261A4;
	text-decoration : underline;
}

A.zelenylink:link,A.zelenylink:active,A.zelenylink:visited{
	color : #607C4B;
}

A.zelenylink:hover{
	color : #607C4B;
}

UL{
	list-style-image: url(images/g_ul.gif);
	margin: 3px 0px 0px 17px;
	padding-left: 0px;
	/* top right bottom left */
}

H1 {
	color : #607C4B;
	font-size : 10px;
	font-weight : bold;
	margin : 0px;
}

H2 {
	color : #607C4B;
	font-size : 14px;
	font-weight : bold;
	margin-top : 7px;
}

H3 {
	color : #3261A4;
	font-size : 12px;
	font-weight : bold;
	margin-top : 7px;
	margin-bottom : 5px;
}
.bighead {
	color : #607C4B;
	font-size : 14px;
	font-weight : bold;
	margin-top : 7px;
}