
body {
padding: 0;
background-color: #eaeaea;
font-color: #ff0000;
font-size: 12px;
font-family: verdana, arial, sans-serif;
}

/*
#site {
position: absolute;
z-index: 1;
top : 25px;
left: 30px;
color: #eeeeee;
background-color: #eaeaea;
padding: 5px;
border: none; 
}
*/


h1	{
  padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FF0000; /* red*/
	font-weight: bold;
	vertical-align: top
	}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
	}

	/* h3 is meer een subscript, maar dan moet ķe wel lichter, grijzer*/
h3	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	}
	
h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	text-decoration: tt;
	}

h5 {
padding: 0;
font-size: 12px;
font-family: verdana, arial, sans-serif;
  }
	
/*LINK KLEUREN NOG VERANDEREN MAAR DAT HANGT VAN DE BODY TEKST KLEUR AF*/

body a:link {text-decoration: none; color: #0000ee}     /* unvisited link */
body a:visited {text-decoration: none; color: #00BFFF}  /* visited link */
body a:hover {font: italic; font-size: 14px; background-color: #ee77ee; color: #FFFFFF}   /* mouse over link */
body a:active {text-decoration: none; color: #cd853f}   /* selected link */

