.pagetitle {
	background-color: #ffa07a;
}

header h1{
  background-color: #dc143c;
  display: inline-block;
  color: #fff;
  padding: 1ex 1em 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  line-height:2em;
  font-size: xx-large;
  }

p.sub_title {
	color: #1F3625;
}

h2 {
	display: inline-block;
	border: 3px dashed #dc143c;
	padding: 1ex 0.5em 0;
	margin: 1ex 0 0.5em;
}

h3 {
	display: inline-block;
	border-bottom: 2px dotted #ffa07a;
	border-top: 2px dotted #ffa07a;
	padding: 1ex 0.5em 0;
	margin: 0 0 0.5ex;
	color: #000;
}

p {
	text-indent: 0.5em;
}

li {
	margin-left: 2em;
}

ul.mono li {
	padding-left: 1em;
	display: inline-block;
}
ul.mono li::before {
	content: "□ ";
}

section#sct1 h3
, section#sct2 h3
, section#sct3 h3
, section#sct4 h3
, section#sct5 h3 {
	border: none;
	display: block;
	padding: 1ex 4px 0;
	text-align: center;
	color: #fff;
	letter-spacing: 0.05em;
}

section#sct1 {
	background-color: #ffdddd;
}

section#sct1 h3 {
	background: #633E30;
}

section#sct2 {
	background: #ffffdd;
}

section#sct2 h3 {
	background: #595933;
}

section#sct3 {
	background: #ddffff;
}

section#sct3 h3 {
	background: #434D4D;
}

section#sct4 {
	background: #ddffdd;
}

section#sct4 h3 {
	background: #434D43;
}

section#sct5 {
	background: #ffddff;
}

section#sct5 h3 {
	background: #4D434D;
}


.note {
	font-size: small;
}

