.font70 {
	font-size: 70%;
}
.font80 {
	font-size: 80%;
}
.font90 {
	font-size: 90%;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-both {
	clear: both;
}
.display-inline {
	display: inline;
}
.margin0 {
	margin: 0px;
}
.padding0 {
	padding: 0px;
}
.modra {
	font-weight: bold;
	color: #000099;
}
.cervena {
	color: red;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.nodisplay {
	display: none;
	color: white;
}