@charset "UTF-8";
h1 {
	font-size: x-large;
	font-weight: bolder;
	margin-left: 20px;
	color: #006699;
}
#indent {
	margin-left: 10px;
	margin-right: 10px;
}
p {
	font-size: 85%;
	line-height: 1.4;
	margin-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	margin-left: 20px;
	border-bottom-style: ridge;
	margin-right: 20px;
}
h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #006699;
	bottom: inherit;
	margin-left: 20px;
}

}
