@charset   "UTF-8";

div.ep64 {
	margin: 1em 100px;
	font-size: 0.8em;
	background-color: #fff3dd;
	border: 2px solid #fbd379;
	padding: 1em 2em;
	color: #666666;
}

div.ep64 p {
	margin: 0.5em;
	text-indent: 1ex;
}

div.ep64 h2 {
	font-size: 1.2em;
	margin: 0.2em;
	padding: 0.2em;
	text-align: center;
	border-bottom: 1px dotted #666666;
}

div.ep64 ol {
	padding-left: 2em;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

div.ep64 ol a {display: block;}
div.ep64 ol a:hover {color: red;}

