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