@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
body {
	background: #e2e1e0;
	background-image: url('heart.png');
	margin: 0px auto;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Open Sans',arial,sans-serif;
	color: #515151;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
  color: #515151
}
#pagetext {
	padding: 3px;
	text-align: center;
	margin-top: 5px;
}
.photo {
	font-size: 14px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
	margin: 5px;
	margin-bottom: 10px;
	padding: 3px;
	padding-bottom: 5px;
}
.month {
	display: inline-block;
	font-size: 14px;
	color: #515151;
	width: 30%;
	border-radius: 6px;
	background-color: antiquewhite;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
	padding: 5px;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto; 
	border-radius: 6px;
}		
.pholib {
	margin-left: 2px;
	text-align: left;
}
.phorig {
	float: right;
	color: #979696;
	margin-right: 3px;
}