#objs {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
}
#objs th {
	font-size: 12px;
	color: #0000FF;
	font-weight: bolder;
	background-color: #E8E8E8;
	text-align: center;
}
#objs .nadpis {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
#objs td {
	font-size: 12px;
	font-family: "Courier New", Courier, mono;

}
#objs .vpravo {
	text-align: right;
	padding: 0px;
}
#objs .okraj {
	border: thin solid #CCCCCC;
}


#objs .vlevo {
	text-align: left;
	padding: 0px;
}

#objs .legenda {
	font-size: 10px;
	color: #0000FF;
}
#objs a {
	text-decoration: none;
	color: #0000FF;
}
#objs a:visited {
	text-decoration: none;
	color: #0000FF;
}
#objs a:hover {
	color: #FF0000;
}

