/******************************************************************************************************************

																	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: #FFFFFF;
	margin-left : 0px;
	margin-top : 0px;
}
/*********************************************************
                              H1 - H6
 **********************************************************/

H1,H2,H3,H4,H5,H6 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 200%;
	color:#FFFFFF;
}
h2 {
		font-size: 130%;
}
h3 {
	font-size: 110%;
}
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 : #d4d4d4;
	text-decoration : none;
	font-weight : normal;
}

a:hover {
	font-weight : normal;
	text-decoration : none;
	color : red
}

