body {
	background-color: rgb(255,255,204);
	font-family:  serif ;
	color: Black;
}
p.uga {
	display: block;
	text-align: center;
	margin-top: -1em;

}
#text {
	border-left: thin solid Olive;
	position: relative;
	margin: 0px 0px 0px 20%;
	padding: 2px 2px 2px 10px ;
}
h1, h2, h3, h4 {
	background-color: Yellow;
	text-align: left;
	font-weight: bold;
}
h1 {
	text-align: center;
	font-size: 200%;
}
h2 {
	font-size: 150%;
	text-indent: 3em;
}
h3 {
	font-size: 120%;
	text-indent: 2em;
}
h4 {
	font-size: 100%;
	text-indent: 1em;
}
.b-cerveny {
	color: #FF0000;
	font-weight: bold;
}
.b {
	font-weight: bold;
}

.b-modry {
	color: #0000CC;
	font-weight: bold;
}
.modry {
	color: #0000CC;
}
ul#menu {
	list-style: none;
	color: #003399;
	font-weight: bold;
	margin: 0px;
	padding: 1px;
}
ul#menu li {
	margin: 1px 0px;
	text-indent: 0px;
}
ul#menu a{
	color: Black;
	font-weight: normal;
	background-color: rgb(255,255,153);
	font-size: 80%;
	font-style: italic;
	text-decoration: none;
	display: block;
	border: 1px solid #000;
	text-align: center;
}
ul#menu a:hover{
	background-color: rgb(204,255,255);
}
ul#menu a:active {
	background-color: Yellow;
	font-weight: bold;
}
