* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #C8CDCD;
	font-family: "MS Serif", "New York", serif;
	margin: 10px;
}
.banner {
	margin: 5px;
}
.center {
	text-align: center;
}
h1 {
text-align: center;
color: #000000;
margin-bottom: 5px;
}
h3 {
text-align: center;
color: #000000;
margin-bottom: 4px;
}
h4 {
text-align: left;
color: #000000;
margin-bottom: 4px;
}
}
.text {
	background-color: #C8CDCD;
	border: 1px #000000 solid;
	font-style: none;
	padding: 5px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.text2 {
 color: #000000; 
 text-align: left;
}
.brown {
color: #800000;
font-weight: bold;
text-align: center;
}
h2 {
font-style: italic;
font: sans-serif;
font-weight: lighter;
color: #000000;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
.no_break {
	margin: 0;
	padding: 0;
	width: 100%;
}
a:link {
  color: #000000;
  text-decoration: none
}
a:visited {
  color: #000000;
  text-decoration: none
}
.button {
	color: yellow;
	background-image: url(image/speg.jpg);
	padding: 3px;
	font-weight: bold;
	border: 2px solid #0000ec;
}
.viditelna {
  border: 1px solid #000000;
  background-color: #C8CDCD;  
}
.image_hack_posit {
margin: 12px;
text-align: left;
padding: 0;
border: 1px solid blue;
}
.menu {
	float: center;
	width: 150px;
	text-align: center;
	list-style: none;
	margin-top: 10px;
	background-color: #C8CDCD;
	padding: 10px 5px 10px 5px;
	overflow: visible;
}
.menu li {
	float: center;
	text-align: center;
	width: 150px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
.menu li a:link {
	color: #000000;
	text-decoration: none;
}
.menu li a:visited {
	color: #000000;
	text-decoration: none;
}
.menu li a:hover {
	color: #000000;
	text-decoration: none;
}
