@charset "UTF-8";
.box1 {
	font-family: "Courier New", Courier, monospace;
	background-color: #f7f7f7;
	padding: 6px;
	width: 25%;
	border: 2px dotted #aaaaaa;
}
.box2 {
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffea;
	padding: 6px;
	width: 320px;
	border: 2px dotted #f5e082;
}
