body {
	background-color: black;
	background-image: url(../obrazy/pozade_uvod.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: auto;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a img{
	border: none;
}

a:focus img{
	border: none;
}

a:hover img{
	border: none;
}

h2 {
	color: white;
}


h3 {
	font-size: 15px;
	font-weight: bold;
	color: white;
}

a h3 {
	color: white;
	font-size: 15px;
	font-weight: bold;
}

a:hover h3 {
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}