<style type="text/css">
<!--
body {
	margin: 0px;
	background-color: white;
	height: 100%;
}
#back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#left {
	position: fixed;
	left: 0px;
	top: 95px;
	width: 185px;
	height: 800px;
	z-index: 3;
	background-image: url('http://www.glaucomapatients.org/images_new/Leftnav.png');
}
#menuleft {
	position: absolute;
	left: 0;
	top: 105px;
	margin: 0;
	padding: 0 0 0 3px;
	width: 130px;
	z-index: 10;
	height: 600px;
	border: 0px solid black;
}
#menuleft a { 
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: white;
	text-transform: capitalize;
	font-family: "verdana";
	font-size: 14 pt;
}
#menuleft a:hover {
	color: red;
}
#menuleft p {
	padding: 5px 0 5px 0;
	margin: 0;
}

#right {
	position: fixed;
	right: 0%;
	top: 90px;
	width: 181px;
	height: 800px;
	z-index: 4;
	background-image: url('http://www.glaucomapatients.org/images_new/Rightnav.png');
}
#menuright {
	position: absolute;
	right: 0;
	top: 105px;
	width: 110px;
	z-index: 10;
	height: 600px;
	border: 0px solid black;
}
#menuright a { 
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: white;
	text-transform: capitalize;
	font-family: "verdana";
	font-size: 14 pt;
}
#menuright img { 
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: white;
	border: 1px solid black;
}
#menuright a:hover {
	color: red;
}
#menuright p {
	padding: 5px 0 5px 0;
	margin: 0;
}
#datum {
	color: crimson;
	font-size: 18 pt;
	font-family: "arial";
}
#top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 191px;
	z-index: 5;
	margin: 0px;
	padding 0px;
}
#toptekst {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 5px;
	padding 0px;
	width: 100%;
	height: 99px;
	z-index: 6;
}
#toptekst a { 
	text-decoration: none;
	margin: 0 20px 0 20px;
	padding: 0;
	color: white;
	text-transform: capitalize;
	font-family: "trebuchet MS";
	font-size: 16pt;
	font-style: bold;
	border: none;
}
#toptekst a:hover {
	color: red;
}
#wrapper {
	position: absolute;
	left: 0;
	top: 150px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('http://www.glaucomapatients.org/images/back3y.jpg');
}
#textinside {
	position: relative;
	width: 50%;
	z-index: 100;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif
}

.style1 {
	font-family: Arial, Helvetica, sans-serif
}
a { 
	text-decoration: none;
	margin: 0;
	padding: 0;
} 
a:visited { 
	text-decoration: none;
	margin: 0;
	padding: 0;
} 
a:hover { 
	text-decoration: none;
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
em {
	color: #CC0033;
	font-style: normal;
	font-weight: 550;
}
div#loginnav {
	width: 90%;
	text-align: center;
}

a.loginmenu {
	text-decoration: none;
	font-size: bold;
	font-color: navy;
	margin: 0 10px 0 10px;
	padding: 0;
}
a.loginmenu:visited { 
	text-decoration: none;
	font-size: bold;
	font-color: navy;
}
a.loginmenu:hover {
	font-color: red;
}
-->
</style>