div.heading {
	 width: 100%;
	 border-style: groove;
	 border-width: thin;
	 padding: 1em;
	 font-weight: bold;
}

div.copyright {
	 font-style: italic;
}

.caution {
	 align: center;
	 width: 90%;
	 font-weight: bold;
	 border-style: solid;
	 border-width: thin;
}

.note {
	 align: center;
	 width: 90%;
	 font-style: italic;
}

