body {
	width: 580px;
	background-color: Black;	
	background-image: url(img/mriz_2.gif);
	background-attachment: fixed;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin: 5px;
}

a:link {
	color: White;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: White;
}
.nadpis {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	font-family: Splash;
	color: yellow; 
}

.podnadpis {
	background-color: Gray;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: yellow; 
}
.alert {
	background: Red;
	font-weight: bold;
}
a image {
	border-width: 1px;
	border-color: White;
	border-style: solid; 
}
.box {
	width: 100px;
	height: 75px;
	text-align: center;
	display: inline;
	margin: 10px;
}
#links {
	display: block;
}
.spotlight {
	background-color: navy; 
}


