/*
	Comment
*/


	a:link
	{
		color: #0026ff;
		font-size: 20px;
		text-decoration: none;
		font-weight: bold;
	}

a:visited
	{
		font-style: italic;
		color: #0026ff;
	}
		
	a:hover 
	{
		text-decoration: underline;

	}

	a:active
	{
	color: #000000;
	}


body {
	background-color: powderblue;
	background-image: url(Croatien.jpg);
	background-size: cover;
	background-position: center;


	}



H1 {
	text-align: center;
	color: #ff0000;
}
 