@charset "utf-8";
.container {
	width: 100%;
}

/* CSS Document */

.main_content {
	font-family: Verdana, Geneva, sans-serif;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}
.main_content h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.main_content p {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}
.main_content table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #CCC;
}
