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

.wrapper{
	width:800px;
	display:block;
	background-color:white;
	border:1px solid #00233d;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#141414;
	line-height:20px;
	margin:auto;
}
h1{
	margin:0px;
}
.body-content{
	padding:10px;
}
a{
	color:#0068B8;
	text-decoration:none;
}