/* CSS Document */

body {
	margin: 0px;
	background-color:#071e4c;
}
.tablesides {
	background-color:#071d4c;
}
p {
	font-family: Verdana;
	font-size: 14px;
	color: #203f7d;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
	line-height: 20px;
}
.titel {
	font-size: 20px;
	color:#ff5c00;
	font-weight: bold;
	font-family: Georgia;
}
.sub {
	font-size: 12px;
	color: #203f7d;
}
.tabletekst {
	margin: 0px;
	color: #203f7d;
	font-size: 14px;
	font-family: Verdana;
}
a:hover {
	text-decoration:underline;
	color:#ff5c00;
}
a {
	color: #203f7d;
}
.popup {
	font-family: Verdana;
	font-size: 14px;
	color:#FFFFFF;
	margin-left:15px;
	line-height: 20px;
}
textarea {
	font-family:Verdana;
	font-size:12px;
}