body {
	font-family: arial, verdana;
	font-size: 0.8em;
	color: darkblue;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #000000;
}

/* zakladni text*/
.z {
	color: #000FFF;
	font-family: arial,verdana;
	font-size: 1.0em;
	font-weight: normal;
}

/* text*/

.text-maly {
	color: black;
	font-family: arial, verdana;
	font-size: 1.2em;
	font-weight: normal;
}
.text-odkaz {
	color: #000000;
	font-family: arial, verdana;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration: underline;
}
.text-odkaz:hover {
	color: #1B1464;
	font-family: arial, verdana;
	font-size: 2.8em;
	font-weight: bold;
	text-decoration: underline;
}


/* oramovani*/
.ram-global {
	width: 766px;
	border: 2px solid yellow;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #ff7faa;
	margin: 0px;
}