@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131313;
	background-color: #FFFFFF;
	margin: 0px;
}
#center {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.content img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top
}
p {
	margin-top: 5px;
	margin-bottom: 0px;
}
h1 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 20px;
	margin-top: 0px;
}.content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
hr { 
	border:none;
	border-top:dashed 2px lightgrey;
	margin-top:20px;
	margin-bottom:20px;
	}
