/*
 * @(#) content.css
 *
 * Stylesheet Binnenwaard algemeen
 *
 */

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
	background-color : #BC9848;
}
tr {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	text-decoration: none;
	background-color : #BC9848;
}
hr {  
	color: #8B4513;
	height: 1
}

.menuitem {
	color: #BC9848;
	font-weight : bold;
	font-size: 9pt;
	background-color : #8B4513
}

.submenuitem {
	color: #BC9848;
	font-weight : bold;
	font-size: 8pt;
	background-color : #8B4513
}

.subsubmenuitem {
	color: #BC9848;
	font-weight : bold;
	font-size: 7pt;
	background-color : #8B4513
}

.topitem {
	color: #BC9848;
	font-size: 8pt;
}

.trigger {
	color: #8B4513;
	font-size: 8pt;
}

.mainitems {
	
	font-size: 8pt;
}

.copyrights {
	font-weight : bolder;
	font-size: 8pt;
}

h1 {  
	font-size: 18pt; 
	color: #8B4513;
	font-variant: small-caps;
	text-decoration: underline;
	text-align: center;
	letter-spacing: 0.05em;
}

h2 {  
	font-size: 18pt; 
	color: #8B4513;
}

h3 {  
	font-size: 14pt; 
	color: #8B4513;
}

h4 {  
	font-size: 12pt; 
	color: #8B4513;
}

h5 {  
	font-size: 11pt; 
	color: #8B4513;
}


A:link {
	color: yellow;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

A:visited {
	color: yellow;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

A:active {
	color: yellow;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

a:hover {  
	color: yellow;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

