body {
	background: white;
	font-size: 12pt;
	
	}

#header, #navigatie, #nieuws-top, #nieuws-footer, #uitzending-top, #uitzending-right, #uitzending-footer  {
	display: none;
	}
.tooltip
{
	display: none;
}	
	
#container-wit {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}


a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
		}

a:link:after, a:visited:after {
		   content: " (" attr(href) ") ";
		   font-size: 90%;
		   }
		
 a[href^="/"]:after {
		  content: " (http://www.amazightv.net" attr(href) ") ";
		   }

