/* TNN Style sheet */

/* vormgeving links*/


A:link	{color: black;
	 text-decoration: underline;
	font-size: 100%;
	font-weight: bold;	
	margin-left: 5pt;
	margin-right: 5pt
	}
	A:visited {color: black;
	text-decoration: underline;
	font-size: 100%;
	font-weight: bold;
 	margin-left: 5pt;
	margin-right: 5pt
	 }
A:active {color: green;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	margin-left: 5pt;
	margin-right: 5pt
	}
A:hover {color: blue;
	text-decoration: blink;
	font-size: 100%;
	font-weight: bold;
	margin-left: 5pt;
	margin-right: 5pt
	}

/* algmene instellingen */
.body 	{font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	padding-left: 10%; padding-right: 8% 
	}

/* titels */
/* H1: hoofdstuktitel, H2: paragraaftitel, */
H1 {	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #DC143C;
	font-weight : bold;
}	
H2 {	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #4B4B4B
	}