@charset "UTF-8";
h1 {
	font-size: x-large;
	color: #333333;
	text-align: center;
}
h3 {
	font-size: small;
	text-align: center;
}
#box {
	font-size: medium;
	text-align: justify;
	padding: 10px;
	width: 580px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thick ridge #CCCCCC;
}
