@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

*:focus {outline: none;}

body {
	background: #f3f5f8;
	font-weight: 400;
	color: #333333;
	font-family: 'Lato', Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 1.6em;
	font-weight: 400;
	color: #0092cf;
	font-family: 'Lato', Arial, sans-serif;
	text-transform: uppercase;
}
.style2 {
	color: #9d8b73;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 13px;
}
.style3 {
	color: #888888;
	letter-spacing: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.style4 {
	font-size: 100px;
	font-weight: 700;
}
.style5 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #EEEEEE;
	font-size: 50px;
	line-height: 10%;
}
.voetnootQuote{
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 1;
    padding: 0px;
    margin: 0px;
	font-size: 18px;
}
body,td,th {
	font-family: Lato, Arial, sans-serif;
}