@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	background-color: #EF4238;

}


.uppercase{
	text-transform: uppercase;
}

.underline{
	text-decoration: underline;
}

.breedte{
	width: 405px;
}


.tekst{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;	
	font-weight: normal;

		
}
.tekst a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}
	
.tekst a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;	
	text-decoration: underline;
	color: #000000;
	font-weight: normal;


	
	}
.tekst a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;	
	text-decoration: underline;
	color: #000000;
	font-weight: normal;

	
	}
.tekst a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;	
	text-decoration: none;
	color: #000000;
	font-weight: normal;

	
	}
.tekst a:visited:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;	
	text-decoration: underline;
	color: #000000;
	font-weight: normal;

	}
	