body {
	background-color: lightskyblue;
}
tr {
	background-color: deepskyblue;
}
td.title {
	text-align: center;
	font-size: large;
	font-weight: bold;
	background-color: deepskyblue;
	/*letter-spacing: 10px;*/
}
td.upaddress {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: brown;
	vertical-align: bottom;
	/*background-color: deepskyblue;*/
}
td.lowaddress {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: brown;
	vertical-align: top;
	background-color: deepskyblue;
}
td.comment {
	text-align: center;
	font-size: medium;
	font-weight: normal;
	background-color: deepskyblue;
	}
td.mapphoto {
	background-color: deepskyblue;
}
a      {
	color: navy;
	font-weight: bold;
}
a:link {
	/*text-decoration: none;*/
	font-weight: bold;
}
a:hover {
	color:red;
}
