/* CSS Document */

body {
	background-color: #CC0000;
	background-image: url(slike/pozadina.jpg);
}
.tekst1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}

.tekst2 {
	color: #000000;
	font-size: 10px;
	font-family: Arial;
}

.naslov1 {color: #FF0000}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
