body {
 background: white;
 color: black;
 margin-left: 2em;
 margin-right: 2em;
 }

h1 {
 background: pink;
 color: black;
 font-size: 1.5em;
 text-align: center;
 }

h2 {
 background: #FFCC99;
 color: black;
 font-size: 1.2em;
 text-align: center;
 }

h3 {
 color: black;
 font-size: 1.2em;
 }

p {
 line-height: 1.5em;
 font-size: 1.0em
 }

em {
 font-style: normal;
 font-weight: bold;
 color: red;
 }

a:link { color: blue; }
a:visited {color: blueviolet; }
a:hover { color: orange; }

.pr{
 text-align: center;
 font-size: 0.9em
}

.foot{
	clear: both;
	padding: 0;
	border-top: 1px solid #DDD;
	text-align: center;
	height: 20px;
}

.foot p{
	padding: 0;
	margin: 0;
}