@charset "utf-8";
/* CSS Document */

html {overflow-y: scroll;}

.content section img {
	border: thin solid #902F2F;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	-webkit-box-shadow: 2px 2px 10px #BC9B9B;
	box-shadow: 2px 2px 10px #BC9B9B;
}
p a {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #E9BDBD;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #BC9B9B;
	box-shadow: 2px 2px 2px #BC9B9B;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
hr {
	color: #902F2F;
	height: 1px;
	width: 50%;
}
