body
{
	background-color: #000000;
	color: #FFFFFF;
}

html
{
	overflow-y: scroll;
	scrollbar-face-color: #800080;
	scrollbar-highlight-color: #400040;
	scrollbar-3dlight-color: #400040;
	scrollbar-darkshadow-color: #400040;
	scrollbar-shadow-color: #400040;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
} 

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a.purple
{
	color: #800080;
	text-decoration: none;
}

a.bigpurple
{
	color: #800080;
	font-weight: bold;
	text-decoration: none;
	font-family: jeffreyprint jl, tahoma, arial;
	font-size: 2.0em;
}

a.bigselect
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #800080;
	font-family: jeffreyprint jl, tahoma, arial;
	font-size: 2.0em;
}

a.smpurple
{
	color: #800080;
	font-weight: bold;
	text-decoration: none;
}

a.smselect
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #800080;
}


/* Thumbnail Index */
div#index table
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell
{
	width: 100px;
	border-style: solid;
	border-color: #BFBFBF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img
{
	border-style: none;
}


/* Photo Navigation */
div#navigation
{
	text-align: center;
	font-family: tahoma, arial;
	font-size: 0.8em;
}

div#navigation table
{
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous
{
	text-align: left;
	width: 100px;
}

div#navigation td.index
{
	text-align: center;
}

div#navigation td.next
{
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell
{
	width: 100px;
}

div#navigation td.thumbcell img
{
	width: 100px;
	height: 75px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

div#navigation td.thumbcell img.selected
{
	border-style: double;
	border-width: 5px;
}


/* Photograph */
div#photo1
{
	text-align: center;
}

div#photo1 img
{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	width: 60%
}

div#photo2
{
	text-align: center;
}

div#photo2 img
{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	width: 40%
}

div#photo3
{
	text-align: center;
}

div#photo3 img
{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}


/* Photograph Caption */
p.caption
{
	font-family: tahoma, arial;
	text-align: center;
	font-size: 0.8em;
}
