body{
	background-color : purple;
}

h1,h2{
	color:red; font-size:25px
}

p{
	color:red; font-size:20px; text-align: center; text-indent: 10%; font-weight: bold
}

a:link, a:visited{
	color: green;
	text-decoration: none;
}
a:hover{
	background-color: yellow;
	text-decoration: underline;
}
img{
    max-width: 1000px;
}

.naslov
{
	font-family: 'Courier New', monospace;
	background-color: beige;
	border: 2px solid green;
}

.img2
{
	max-width: 200px;
}
