﻿form
{
	margin						: 0px;
	padding						: 0px;
}

A.RedLink:link    { color: red; text-decoration: underline; }
A.RedLink:visited { color: red; text-decoration: underline; }
A.RedLink:active  { color: red; text-decoration: underline; }

.BerichtContent a
{
	text-decoration					: underline;
	color						: #8cc63f;	
}

a
{
	text-decoration					: none;
	color						: #8cc63f;
}

a:hover
{
	color						: red;	
	text-decoration				: underline;
}

.LeesMeer
{
	color						: #8cc63f;
}

.body-popup
{
	padding						: 10px;
	background-color			: white;
}

img
{
	border						: 0px;
}






