@charset "UTF-8";
/* CSS Document */

body {
	margin:3px;
	padding:0}

body p {
	text-align: center;
	font: 13px/1.3 Arial, Helvetica, sans-serif;
	color: #888;
	
	
}
.lijn {
	border-top:1px solid #888;
	padding-top:15px;
	margin:15px 10%;
}
.rood {
	color: #F00;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted red;
}
h1,h2 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}
h2 {
	font: normal 10px Arial, Helvetica, sans-serif;
	margin-top:-10px;
}
#all {
	text-align:center;
	}
a:link img,  a:visited img {
	border:0;
}
 a:hover img,  a:active img {
	border:0;
}

#all a:link img, #all a:visited img {
	border:2px solid white;
}
#all a:hover img, #all a:active img{
	border:2px solid orange;
}
h1 a:link, h1 a:visited {
	color:#999;
	text-decoration:none;
	letter-spacing:1px;
}
h1 a:hover, h1 a:active {
	color:#F90;
}
