<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Settings for ImageWalker
image-background-color: #3B3632;

Backgound=#000000
Title=#808080
Navigation=#808080
Content=#000000
Description=#808080
Highlight=#808080
Border=#ffffff
*/

body 
{
	font-family: verdana,arial,helvetica; 
	font-size: 12px; 
	background-color: #3B3632;
	background-image: url("black.jpg");
	color: #e0e0e0;
}

image
{
	border-color: #ffffff;
}

a:link {color:"#e0e0e0";}
a:visited {color:"#e0e0e0";}
a:hover {color:"#ffffff";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 12px;
}


#title
{
    background-color: #808080;
    border: #ffffff 1px solid;
	padding: 5px;
}

#navigation
{
	background-color: #808080;
    border: #ffffff 1px solid;
	padding: 5px;
}

#content 
{
}

#description
{
	background-color: #808080;
    border: #ffffff 1px solid;
	padding: 5px;
}



#footer
{
}

</pre></body></html>