body {
	font-family: verdana, sans-serif;
	background-color: white;
	margin: 2px;
	padding: 2px;
	height: 99%;
}
img {
	border: 0;
}

a:link { color: #4487c8; }
a:visited { color: #4487c8; }
/*a:visited { color: #9487c8; }*/
a:hover { color: #f28e00; }

.content {
	font-family: verdana, sans-serif;
	text-align: left;
	margin: 1em;
	line-height: 120%;
}
.content h2 {
	font-size: 19px;
	/*text-decoration: underline;*/
	border-bottom: 2px dotted grey; /* nothing in IE */
	letter-spacing: .1em;
}
.contact {
	font-size: 18px;
	font-style: italic;
}

.gallery a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.gallery a:hover, .gallery .active {
	background-color: #ebebeb;
}

.imageinfo {
	width: 275px;
	color: gray;
	font-size: smaller;
}
.imageinfo:hover {
	color: black;
}

td .containerborder {
	border: black solid 1px;
}
td .lborder {
	border-left: black solid 1px;
}
td .rborder {
	border-right: black solid 1px;
}
td .bborder {
	border-bottom: black solid 1px;
}
td .brborder {
	border-bottom: black solid 1px;
	border-right: black solid 1px;
}
td .header {
	border-bottom: black solid 1px;
	/*border: black solid 1px;*/
}
td .footer {
	height: 29px;
	border-top: black solid 1px;
	/*border-bottom: black solid 1px;*/
	background-color: #cecece;
}

.copyright {
	font-size: x-small;
	color: black;
}