body
{
	font-size: x-small;
	margin: 0px;
	color: white;
	font-family: Tahoma, Arial, Sans-Serif;
	background-color: #006666;
}

H1
{
	font-size: x-large;
}

H2
{
	font-size: large;
}

TABLE
{
	font-size: small;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

TABLE.photoitem
{
	width: 95%;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

TR
{
	vertical-align: middle;
}

TD.photoitem
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

TD.photoitem
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.PageTitle
{
	color: maroon;
	text-align: center;
}

A
{
	color: #66ccff;
	text-decoration: none;
}

A:hover
{
	color: white;
}
A:visited
{
}
