/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  padding: 10px;
}

h1{
	 font-family: 'Merienda';
	 padding: 7px;
	 font-size: 30px;
}

th{
	background-color: #ff0;
	padding: 7px;
}
td{
	padding: 7px;
}

a:link {
  color: red;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: red;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
}

#locatie{
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	background-color: #fa9734;
	padding: 17px;
}

#filiera{
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	background-color: #6889f7;
	padding: 10px;
}

