
/* css for all pages with "landschap.jpg" background image  */

h1, h2, h3, hr {font-family: Verdana , 'comic sans ms', arial, 'sans serif';}

p, table, li, address {font-family: 'comic sans ms', arial, 'sans serif';}

p, li, th, td {font-size: 14px; color:#562C0C}

.smallprint {font-size: 11px;}

h1, h2, h3, hr {color:#008000}

.activelink  { color: #808080; font-weight: bold; }

a:link     { color:#49250A }
a:visited  { color:gray }
a:hover    { background-color:#C1FFC1; color:#000080 }

body { margin: 20pt 20pt 20pt 20pt;
	   background: #F9F9F9 url('../images/landschap.jpg'); 
	   background-attachment: fixed;
       background-position: center;
     }

/*
COLOURS:
dk.brown=#562C0C
verydk.brown=#49250A
green:#71380F
darkgreen:#008000

REJECTED CODE:
h1, h2, h3, hr {color:#4A260B}
p, li, th, td {font-size: 95%; color:#562C0C}

table {background-color:#FFFFCC}

a:active   { color:97FFFF}

body { background: fixed center; }
body { background: #F9F9F9 url('../images/landschap.jpg') no-repeat fixed center; }

body { background: url('../beeld/molen.jpg') no-repeat fixed center; 
       margin: 20pt 20pt 20pt 20pt 
     }
*/
