@charset "utf-8";
		body {
			/*background-color: white;*/
			background-image: url(../img/turkos_fade.jpg);
			color: balck;
			/* font-family: "Lato", sans-serif; */
		}
	/* unvisited, visited link */
		a:link, visited {
		color: red;
		text-decoration: none;
		font-family: "Bebas Neue", sans-serif;
		padding: 5px 5px 3px 5px;
		background-color: #ccc;
		border: 1px solid black;
		}



		/* mouse over link */
		a:hover {
		color: black;
		text-decoration: none;
		font-family: "Bebas Neue", sans-serif;
		padding: 5px 5px 3px 5px;
		background-color: white;
		border: 1px solid black;
		}

		/* selected link */
		a:active {
		  color: red;
		  text-decoration: none;
		  font-family: "Bebas Neue", sans-serif;
		}
		.tecken1 {
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-style: normal;}
		
		.tecken2 {
		font-family: "Bebas Neue", sans-serif;
		font-weight: 400;
		font-style: normal;}
	  
		.tecken3 {
		font-family: "Lato", sans-serif;
		font-weight: 500;
		font-style: normal;}
		
		h2 {
			font-family: "Lato", sans-serif;
			font-weight: 300;
			font-style: normal;}
			
		#sylt {
			font-syle: italic;
			font-weight: 800;
		}
		
		#syltfot {
			font-family: Impact;
			font-size: 30px;
			font-style: italic;
		}
		
		.boxen {
			width: 50%;
			border: 2px solid black;
			background-color: #ccc;
			padding: 6px;
			margin: auto;
		}
		
		.länkar {
			border: 2px solid black;
			background-color: #ccc;
			padding-left: 5px;
			padding-right: 5px;
			margin: auto;
		}
		
		.active {
		color: black;
		text-decoration: none;
		font-family: "Bebas Neue", sans-serif;
		padding: 5px 5px 3px 5px;
		background-color: white;
		border: 1px solid black;
		}
		
		
		
		
		/* 
		a:link {
		color: red;
		text-decoration: none;
		font-family: "Lato", sans-serif;
		}

		
		a:visited {
		  color: green;
		  text-decoration: none;
		  font-family: "Lato", sans-serif;
		}


		a:hover {
		  color: green;
		  text-decoration: none;
		  font-family: "Lato", sans-serif;
		}


		a:active {
		  color: red;
		  text-decoration: none;
		  font-family: "Lato", sans-serif;
		}
		*/