* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: underline;
}
img {
	border: none;
}
body {
	margin: 0px;
	padding:0px;
	text-align: center;
	color: #556;
	background-color: #fff;
}
address {
	margin: 0px;
	padding: 15px;
	text-align: center;
	line-height: 1.0em;
	font-size: 11px;
	font-family: "Times","Times New Roman",serif!important;
}
address,
address a:link,
address a:active,
address a:visited,
address a:hover {
	color: #99c;
}
address a {
	text-decoration: none;
	border-bottom: 1px solid #ccd;
}
ul#photos {
	width: 390px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	list-style: none;
}
ul#photos li {
	display: inline;
	width: 90px;
	height: 70px;
}
ul#photos a.horizontal img,
ul#photos a.effectable img {
	padding: 5px 5px;
}
ul#photos a.vertical img {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px; 
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
}

