body
{	text-align: center;
	background-image: url('cloudTile.jpg');
	background-attachment: fixed;
	color: #422020;
	font-family: sans-serif;
	font-size: 12pt;
}

td.thumbnailTable
{	margin-right:auto;
	margin-left:auto;
	text-align:center;
	vertical-align:top;
	padding-bottom:18pt;
}

h1
{	font-size: 18pt;
/*	font-style: bold;*/
}

h2
{	font-size: 16pt;
/*	font-style: bold; */
}

img.photo
{	border: 1px solid black;
}

.pictureTitle
{	font-size: 12pt;
	font-weight: 800;
}

.sizeList
{	font-size: 11pt;
	font-weight: 800;
}

.goToFolderText
{	font-size: 11pt;
	font-weight: 400;
}

.caption
{	color: black;
	font-size: 12pt;
	width:600pt;
	margin-left:auto;
	margin-right:auto;
	margin-top:15pt;
	margin-bottom:15pt;
	padding:6pt;
	text-align:center;
	border:1px solid black;
}

.photographer
{	font-size:11pt;
	color:black;
}

#tooltip {
	padding: 3px;
	background: #e9f0ff;
	border: 1px solid #a99;
	text-align: left;
	font-size: 10pt;
	color:#422020;
}

span.tip {
	/*width: 200pt;*/
}

a:link, a:visited
{	color: #0000ee;
	text-decoration:underline;
}

a:hover
{	color: #9e55e0;
	text-decoration:underline;
}

a.noUnderline:link, a.noUnderline:visited
{	color: #0000ee;
	text-decoration:none;
}

a.noUnderline:hover
{	color: #9e55e0;
	text-decoration:none;
}