BODY {
	background-color : #003333;
	scrollbar-darkshadow-color : #003333;
	scrollbar-face-color : #006666;
	scrollbar-arrow-color : #003333;
	scrollbar-3dlight-color : #006666;
	scrollbar-highlight-color : #006666;
	scrollbar-shadow-color : #003333;
	scrollbar-track-color : #003333;
	scrollbar-base-color : #003333;
	background-image: url("http://www.tobyornottoby.com/nl/images/bg700700.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed
	}
	
H1 {
	font-family : Arial;
	color : #999999;
	font-size : 18px;
	text-transform: uppercase;
	font-weight : normal;
	letter-spacing : 5pt;
}

H2 {
	font-family : Arial;
	color : #cccccc;
	font-size : 18px;
	font-weight : bold;
	font-variant: small-caps;
	letter-spacing : 3pt;
}

H3 {
	font-family : Arial;
	color : #C3B86D;
	font-size : 12px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing : 2pt;
}

H4 {
	font-family : Arial;
	color : #C3B86D;
	font-size : 11px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing : 2pt;
}

H5 {
	font-family : Arial;
	color : #999999;
	font-size : 11px;
	font-weight: lighter;
}

H6 {
	font-family : Arial;
	color : #C3B86D;
	font-size : 11px;
	font-weight: normal;
	letter-spacing : 1pt;
}

P {
	font-family : Arial;
	color : #999999;
	font-size : 11px;
	font-weight: normal;
	letter-spacing : 1pt;
	}

UL {
	font-family : Arial;
	color : #999999;
	margin-left: 20px;
	list-style-type: circle;
	line-height: 150%;
	font-size : 11px;
	letter-spacing : 1pt;
}

OL {
	font-family : Arial;
	color : #999999;
	margin-left: 20px; 
	list-style-type: upper-roman;
	line-height: 150%;
	font-size : 11px;
	letter-spacing : 1pt;
}

td	{
	font-family : Arial;
	font-size : 12px;
	color: #999999
	}
	
HR {
	color: #aaaaaa;
	height: 1px;
	width: 100%;		
}
	
A:LINK {
	font-family : Arial;
	color : #C3B86D;
	text-decoration: none;
}

A:VISITED {
	font-family : Arial;
	color : #C3B86D;
	text-decoration: none;
}

A:ACTIVE {
	font-family : Arial;
	color : #C3B86D;
}

TABLE {
	font-family : Arial;
	color: #999999;
	font-size: 12px;
	border-style: none;
	border-right-color: none;
	border-top: 1px;
  	border-right: 1px;
 	border-bottom: 1px;
 	border-left: 1px;
	border-right-width: thin;
}

.enkelkader { 
   border-style: double;
   border-width: 5pt; 
   border-color: #C3B86D;
}

.bold {
	font-weight: bold
}

