body {
	margin: 2em 5%;
	font-family: Verdana, sans-serif;
	line-height: 1.33;
	background: #ffe;
}

p, ul, ol {
	margin: 1em 3em;
	text-indent: 1.5em;
	text-align: justify;
	text-justify: distribute;
}

h1 {
	color: #36c;
	font-family: Georgia, Tahoma, serif;
}

h2 {
	color: green;
	font-family: Palatino Linotype;
	font-style: italic;
	text-align: right;
	font-size: medium;
	border: green dotted;
	border-width: 0 0 1px 0;
}

h3 {
	background: #eed;
	padding: 1em;
	border: maroon double;
	border-width: 3px 0 3px 0;
	margin-top: 3em;
}


h4 {
	background: #efe;
	padding: 0.5em 2em;
	border: solid silver;
	border-width: 0 1px 1px 0;
	margin-left: 1em;
	color: green;
}

h5 {
	text-align: center;
	color: maroon;
	margin-top: 3em;
}

strong {
	color: green;
}

.center {
	text-align: center;
	margin: 2em auto;
}



.center p {
	text-align: center;
	text-indent: 0px;
	font-family: monospace;
	font-size: 90%;
	color: maroon;
}
address {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}

.inset {
	border-style: inset;
	border-width: thin;
}

a img {
	border: none 0px;
}