/* CSS Document */
body {
		color: black; 
		background: white;
		background-image: url(images/pozadi.jpg);
		
		font-family: Verdana, Arial, sans-serif;
		}
a {
	text-decoration: none;
}
a:link {
	color: navy;
}
a:visited {
	color: navy;
}
a:hover {
	color: red;
	text-decoration: underline;
}
#kontakt{
   text-align:center;

}
#nazev{
    font-weight:bold;
    font-variant: small-caps;
    font-size:1.5em;
}
#nazev_c{
    
    font-size:1.1em;
}
