@charset "UTF-8";
.about {
	width: 500px;
	padding: 25px 50px;
}
.about h1 {
	margin: 25px 0;
}
.about h2 {
	margin: 50px 0 25px;
}
.about p {
	margin-bottom: 1.0em;
}
.txtUdl {
	text-decoration: underline;
}