@charset "UTF-8";
/* -Photo Page*/
#photos img {
	display: inline-block;
	margin: 6px 0px 0px 4px;
}
#photos h2 {
	margin: 3px 0px 0px 4px;
}
#photos a:hover {
	border-bottom-style: none;
}
#photos p {
	margin-bottom: 6px;
}
#photos a:active {
	border-bottom-style: none;
}

