@charset "UTF-8";
body {
	background-color: #A5D8D7;
}
#container #body .leader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0D5699;
}
#container {
	height: 1110px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium solid #FBE3BC;
}

#border {
	height: 1100px;
	width: 950px;
	border: thin solid #FBE3BC;
	margin: 5px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #09C;
	text-align: center;
}
#content p a {
	color: #09C;
	text-decoration: underline;
}
