@charset "utf-8";

body{
	margin: 0px;
}

/* unvisited link */
			a:link  {
			  color: white;
			  padding-top: 10px;
			  padding-bottom: 10px;
			  padding-left: 30px;
			  padding-right: 30px;
			  background-color: black;
			  text-decoration: none;
			  font-family: "Bebas Neue", sans-serif;
			  border-radius: 4px;
			}

			/* visited link */
			a:visited {
			  color: white;
			}

			/* mouse over link */
			a:hover {
			  color: black;
			  text-decoration:none;
			  font-family: "Bebas Neue", sans-serif;
			  background-color: white;
			}

			/* selected link */
			a:active {
			  color: black;
			  text-decoration:none;
			  font-family: "Bebas Neue", sans-serif;
			} 
			
			.active {
				background-color: #a7a7a7;
			}
			
			h1 {
			font-family: "Bebas Neue", sans-serif;
			font-weight: 400;
			font-style: normal;
			}
			
			p {
			font-family: "Lato", sans-serif;
			font-weight: 400;
			font-style: normal;
			}
			
			.tecken2 {
			font-family: "Bebas Neue", sans-serif;
			font-weight: 400;
			font-style: normal;
			}
		
			.boxen {
			text-align: center;
			width: 100%;
			margin: auto;
			background-color: #dddddd;
			padding: 20px;
			border-bottom: solid;
			border-color: black;
			border-width: 1px;
			}
			
			.main {
				width: 80%;
				margin: auto;
				margin-top: 10px;
				background-color: #dddddd;
				padding-left: 10px;
				padding-right: 10px;
				padding-bottom: 1px;
				border-radius: 4px;
				border-color: black;
				border: solid;
				border-width: 1px;
			}