* {
	margin: center;
	padding: center;
}
a {
	text-decoration: none;
	color: #ffffff;
		background-color: #ffffff;
		font-size:14px;
		font-weight:normal;
		font-family: Times New Roman;
	}
	a:link {color:#000000;opacity: 0.99;}      /* unvisited link */
	a:visited {color:#c0c0c0;opacity: 0.99;}  /* visited link */
	a:hover {color:#c0c0c0;opacity: 0.70;}  /* mouse over link */
	a:active {color:#c0c0c0;opacity: 0.80;}  /* selected link */
	a {text-decoration: none; opacity: 0.80;}
	
}

img {
	border: none;
		height: 150;
	}
	.photos ul li {
		float: center;
		text-align:center; 
	}
	.photos ul li a {
		display: block;
		opacity: 0.75;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.photos ul li a:hover {
		opacity: 1.0;
	}

}
body {
	
	
		width: 80%;
		height:80%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: center;
	}
	
address {
	margin: 10px;
	padding: 10px;
	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;
}
html {
    overflow-y: scroll;
}
ul.photos li {
	display: inline;
	width: 160px;
	height: 160px;
}

ul.navi a {
 display: block;
opacity: 0.75;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}