Body {
    /*achtergrond*/
    BACKGROUND-COLOR: #4D4D4D;
    /*scrollbar*/
    SCROLLBAR-FACE-COLOR: #3B3B3B;
    SCROLLBAR-3DLIGHT-COLOR: #4D4D4D;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #4D4D4D;
    SCROLLBAR-HIGHLIGHT-COLOR: #4D4D4D;
    SCROLLBAR-SHADOW-COLOR: #3B3B3B;
    SCROLLBAR-DARKSHADOW-COLOR: #4D4D4D;
    SCROLLBAR-BASE-COLOR: #000000;
    /*text*/
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
}

P{
font-family: Verdana;
font-size: 12px;
}

A{
COLOR: #000000;
TEXT-DECORATION: none;
}

A:visited{
COLOR: #000000;
TEXT-DECORATION: none;
}

A:hover{
COLOR: #C0BAA6;
TEXT-DECORATION: none;
}

#prev, #next {
	text-decoration:none;
}
html body div #prev:hover, html body #next:hover {
	background:#FAF7E6;
	color:#000;
}
#prev {
	float:center;
}
#next {
	float:center;
}
#image {
	text-align:left;	
}
.imgwrapper {
	float: left;
	padding: 4px;
	height:113px;
}
.imgwrapper img {
	background-color: #FAF7E6;
	border: 1px solid #000000;
	padding: 4px;
}
.imgwrapper a:hover img {
	background-color: #C0C0C0;
}
#single {
	border:1px solid #000000;
	background:#FAF7E6;
}
#desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
}
#breadcrumb {
	color:#000000;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
	color:#000000;
text-decoration: none;
}
#breadcrumb a:hover, #breadcrumb a:hover, #breadcrumb a:active {
	color:#771327;
text-decoration: none;
}
#directories ul {
	list-style:circle;
	padding-bottom:5px;
}

#directories h2 {
	font:14px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
}
#directories h3 {
	font:12px georgia, garamond, times, serif;
	font-weight:bold;
 	text-indent:20px;
}

HR {
	color: #C0C0C0;
	height: 1px;
}
