/******************************************************************************************************************

																	Stijl 0 Basis HTML elementen.
		
*******************************************************************************************************************

/**** BODY, TD, P moeten allemaal dezelfde regels hebben! ****/

BODY, P, TD{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight: normal;
	color: #4c4c4c;
	margin-left : 0px;
	margin-top : 0px;
}
/*********************************************************
                              H1 - H6
 **********************************************************/

H1,H2,H3,H4,H5,H6 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 135%;
	color:#4c4c4c;
}
h2 {
		font-size: 125%;
}
h3 {
	font-size: 115%;
}
h4 {
		font-size: 100%;
}
h5 {
		font-size: 90%;
}
h6 {
		font-size: 70%;
}
code{
	color:#808080;
}

/*********************************************************
                              links
 **********************************************************/
a:link,a:active,a:visited,a:hover {
	color : grey;
	text-decoration : none;
	font-weight : normal;
}
a:hover {
	font-weight : normal;
	text-decoration : none;
	color : red
}

