body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	background-color : #CC0000;
}
.okraj{
	background : White;
	color: Black;
	font-size: 14px;
}
.cer{
	background : #CC0000;
}
.textbv{
	color: White;
	font-size: 20px;
	font-weight : bold;
}
.textbm{
	color: White;
	font-size: 14px;
}
A.menu {
	width : 160px;
	padding-left: 2px;
	font-family:Tahoma;
	font-size:14px;
	color: white;
	background-color: #CC0000;
	font-weight : bold;
	border : 1px solid #CC0000;
	text-decoration:none;
}

A.menu:hover {
	width : 160px;
	border: solid 1px #DD137B gray;
	background-color: gray;
	text-decoration:none;
	font-weight : bold;
	color: white;
}
