@charset "utf-8";
/* Used in the "Read" page */

#read {
	margin: auto;
	width: 80%;
}
#read h3 {
	border-top: 1px solid #630;
	padding-top: 15px;
	margin-top: 20px;
}
#read img {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}
#read p {
	line-height: 135%;
}
#read a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}