﻿/* RODE KLEUR: #cc0033 - GRIJZE KLEUR: #333333 - LICHTGRIJZE KLEUR: #939393 */

/************************** NAW **************************/

#naw {
	color:				#333333;
	font-size:			11px;
}

#naw a:link, #naw a:visited {
	color:				#333333;
	font-size:			11px;
	text-decoration:	none;
	}

#naw a:hover, #naw a:active {
	color:				#CC0033;
	font-size:			11px;
	text-decoration:	underline;	
	}


/************************** COPYRIGHT **************************/

#copyright a:link, #copyright a:visited {
	color:				#939393;
	font-size:			11px;
	text-decoration:	none;
	}

#copyright a:hover, #copyright a:active {
	color:				#cc0033;
	font-size:			11px;
	text-decoration:	none;	
	}











