/* CSS Document */
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<HEAD>

<TITLE>Voorbeeld stylesheets</TITLE>

<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="content-style-type" CONTENT="text/css">

<META NAME="robots" CONTENT="noindex, nofollow">
<STYLE TYPE="text/css">

* {
		margin:0;
		padding:0;
		border:0;
	}

body {
		color: #000000; 
		background-color: #FFFFFF; 
		font-family: arial; 		
		 }

a:link { 
		color: #006666; 
		text-decoration: none
		}
		
a:visited { 
		color: #006666; 
		text-decoration: none
		}
		
a:hover { 
		color: #006699; 
		text-decoration: underline
		}
		
a:active { 
		color: #006666; 
		text-decoration: none
		}
		 		 
.page  { 
		color: #000000; 
		background-color: #FFFFFF; 
		font-family: arial; 
		}
		
.navigatie1 {
	color:#000000; 
	background-color: #FFFFFF; 
	font-family: arial; 
	font-size:10pt;
	border:0px;
		}
		

.content {
		color: #000000; 
		background-color: #FFFFFF; 
		font-family: arial; 		
		 }
		 
.content1 {
		line-height:1,5em;
		font-size: 10pt; 		
		 }
		
.content2 {
		line-height:2em;
		font-size: 12pt; 		
		 }
		
.content3 {
		font-size: 10pt; 		 		
		 }

.content4 {
		background-color:#D9ffb3; 
		font-size: 16px; 
		font-weight: bold; 

		text-align: center; 
		padding: 4px; line-height:2em; 		 		
		 }
		 
.content5 {
		background-color:#e0ffc1; 
		font-size: 12px; 
		font-weight: normal; 

		text-align: left; 
		padding: 4px; 		 		
		 }

.content6s {
		font-size: 8pt; 		 		
		font-weight: bold;		 		
		color: #003535; 
		 }
		 
.navigatie2 {
	font-family: arial; 
	font-size:10pt;
	}
						 
.knop {
		font-size: 10pt;
		padding:5px;
		background-color: #ffffff;
		border-left: 10px solid #006666;
		border-right: 10px solid #FFFFFF;
		}
		 
</STYLE>

