/****************************************************************************      IEstyle.css Stylesheet voor IE 4.x en hoger met minimale            * *      resolutie van 800*600 of beter                                      **  (C) Copyright 1999-2007 Johan van Soest design_(at)_vansoest_(dot)_it   * *      jan 2001 added dynamic IE5.x styles                                 **      jun 2002 removed italic from hover for easier reading               ****************************************************************************/body  {       font-size: 100%;        font-family : Arial, Verdana, Helvetica, sans-serif;}h1    { font-size: 145%; }h2    { font-size: 125%; }h3    { font-size: 110%; }h4    { font-size: 100%; }h5    { font-size: 095%; }h6    { font-size: 075%; }A:visited{       BACKGROUND : transparent;        COLOR      : black ;}A:link{       BACKGROUND : transparent;        COLOR      : blue  ;}A:hover {       BACKGROUND : #ffa   ;        COLOR      : red    }table { font-size: 100%; }table.Page{       height: 100%;        width: 100%;	border-width: 1px;	border-spacing: 0px ;	border-style: solid;	border-color: blue;	border-collapse: collapse;}table.Page th {	border-width: 1px;	padding: 0px;	border-style: solid;	border-color: blue;}table.Page td {	border-width: 1px;	padding: 0px;	border-style: solid;	border-color: blue;}table.Header {       height: 100px;        width: 100%;	border-width: 1px;	border-spacing: 0px;	border-style: none;	border-color: blue;	border-collapse: collapse;}table.Header th {	border-width: 1px;	padding: 0px;	border-style: none;	border-color: blue;}table.Header td {	border-width: 1px;	padding: 0px;	border-style: none;	border-color: blue;}table.Menu {	border-width: 1px;	border-spacing: 0px;	border-style: none;	border-color: blue;	border-collapse: collapse;}table.Menu th {	border-width: 1px;	padding: 0px;	border-style: solid;}table.Menu td {	border-width: 1px;	padding: 0px;	border-style: solid;}.MenuOnHover {	color: #0000FF; 	background-color: #00FFFF; 	font-family: Arial, Verdana, Helvetica, sans-serif; 	font-size: 14px; 	font-weight: bold;	cursor: pointer; 	text-align: center; 	border-width: 1px;	border-style: solid;	border-color: #0000FF; }.MenuNoHover {	color: #00FFFF; 	background-color: #0000FF; 	font-family: Arial, Verdana, Helvetica, sans-serif; 	font-size: 14px; 	font-weight: bold;         cursor: default;        text-align: center;        border-width: 1px;        border-style: solid ;        border-color: #0000FF;}
