body {
	color:#333;
	background-color:#99CCFF;  /* Oranje = #FF9C31;   Grijs = #CCCCCC;  Licht blauw #99CCFF;*/
	margin:0px 0px 16px 0px;  /* top right bottom left margin */
	padding:20px;             /* afstand tussen text en de randen, op te splitsen in 4 */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	}
h1 {
	font-size: 2em;
	padding:0px;
	text-align: center;
	}
h2 {
	font-size: 1.5em;
	padding:0px;
	text-align: left;
	}
h3 {
	font-size: 1.2em;
	padding:0px;
	}

ul {
    list-style-type: none;
}

A:link    { color: blue; font-style: normal; font-weight: bold; text-decoration: none; }   /* color: #006400; */
A:visited {	color: blue; font-style: normal;	font-weight: bold;	text-decoration: none; top: 0px; }  /* color: #006400; */
A:active  { color: blue; font-style: normal; font-weight: bold; text-decoration: none; }  /* color: #006400; */
A:hover   { color: yellow; background-color: blue; font-weight: bold; text-decoration: none; }       /* color: #99CC66; */

img { 
    border-width:0px; 
}

.center {
  text-align:center;
}
p.right {
	font-size: 1.2em;
    text-align:right;
}
 th {
  background-color: #C0C0C0;
 }
  table.links_border {
	table-layout: fixed;
	margin: 3px;
	background-color: #CCCCCC;
	border-color: #FFFFFF;
	border-collapse: collapse;
	text-align:center;
	border: 1px solid black;
}

  table.top_border {
	table-layout: fixed;
	margin:0px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #CCCCCC;
	border-color: #FFFFFF;
	text-align: center;
	border: 1px solid black;
}

  table.transp_border {
  width: 98%;
  table-layout: fixed;
  margin: 3px;
  border-collapse: collapse;
  text-align:center;
  border: 1px solid black;
}
  table.transp_left {
  width: 98%;
  table-layout: fixed;
  margin: 3px;
  border-collapse: collapse;
  text-align:left;
  border: 0px;}

  td.border {
  border: 1px solid black;}


