a:link {
	text-decoration: none;
	color: #00F;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
.vnaslov {
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 14px;
}
.klasicantekst {
	text-align: justify;
	font-size: 12px;
}
.boldirantekst {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.desno {
	text-align: right;
	font-size: 12px;
}
.levo {
	text-align: left;
	font-size: 12px;
}
.levobold {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.naslovveliki {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color: #4c597f;
}
.sredina {
	text-align: center;
	font-size: 12px;
}
.boldirantekst.sredina {
	text-align: center;
	font-size: 12px;
}
.sredinabold {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.belaslova {
	color: #EEE;
	font-size: 14px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.sredinaboldcrveno {
	font-weight: bold;
	font-size: 12px;
	color: #F00;
	text-align: center;
}
.levoboldcrveno {
	font-weight: bold;
	font-size: 12px;
	color: #F00;
	text-align: left;
}