h1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif
	
}
h2 {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif
	
}
	
h3 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif
	
}

h4 {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif
	
}



#content tr { 				/*content tabel*/
background-color: transparant;

}	

#nav td {  			/*navigatie tabel*/
background-color: transparant;

}

#content2 tr { 				/*content2 tabel in center*/
background-color: transparant;

}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}

body,td,th {
     margin-top: 20px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-style:  italic;
	color: #000000;
}
a {
	font-size: 16px;
	font-style: normal;
}


.button { 
	background-color: #336600;
	font-size:12px,bold;
	color:#FFFFFF
	
}

