body {
	font-family: ${fontFamily};
	font-size: ${fontSize}px;
	color: #AAAAAA;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
<ja:if test=${customScrollbars}>
html {
	scrollbar-face-color:#444444;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
}
</ja:if>
a:link {
	text-decoration: none;
 	color: #FF9924;
}

a:visited {
	text-decoration: none;
	color: #FF9924;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.current {
	font-weight: bold;
	color: #CCCCCC;
}

.cthumb {
	<ja:if test=<%=chameleon.slideMountGraphic || chameleon.slideMountSimple%>>background-color: #444444;</ja:if><ja:else>background-color: #222222;</ja:else>
	border: 1px dotted #666666;
}

.thumb {
	<ja:if test=<%=chameleon.slideMountGraphic || chameleon.slideMountSimple%>>background-color: #222222;</ja:if>
	border: 1px dotted #666666;
}

.image { border: ${thumbBorderWidth}px solid ${thumbBorderColor};}
a:link .image { ${grayscaleCode} border-color: ${thumbBorderColor};}
a:visited .image { ${grayscaleCode} border-color: ${thumbBorderColor};}
a:hover .image { <ja:if test=${grayscaleEffect}>filter: None; </ja:if>border-color: ${thumbBorderColorHover};}

.mthumb { border: ${mThumbBorderWidth}px solid ${thumbBorderColor};}
a:link .mthumb { ${grayscaleCode} border-color: ${thumbBorderColor};}
a:visited .mthumb { ${grayscaleCode} border-color: ${thumbBorderColor};}
a:hover .mthumb { <ja:if test=${grayscaleEffect}>filter: None; </ja:if>border-color: ${thumbBorderColorHover};}

.slideImage { border-width: ${imageBorderWidth}px; border: ${imageBorderWidth}px solid; border-color: ${imageBorderColor};}
a:link .slideImage { border-color: ${imageBorderColor};}
a:visited .slideImage { border-color: ${imageBorderColor};}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.title a:link {
	text-decoration: none;
	color: #000000;
}

.title a:visited {
	text-decoration: none;
	color: #000000;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable {
	border: 1px dotted #666666;
	border-collapse: collapse;
}

.infotable td {
	border: 1px dotted #666666;
}

.infotable table {
	border-collapse: separate;
}

.infotable table td {
	border: 0px;
}

.dirname {
	font-size: 100%;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 100%;
}

.smalltxt {
	color: #888888;
	font-size: 90%;
}

.xsmalltxt {
	color: #888888;
	font-size: 80%;
}

.newlabel {
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}