body {
		font-size: 80%;
		color: white;
		background-color: black;
		}
h1 {
		font:small-caps 2em "georgia",serif; text-align:center; margin-top:0.2em; margin-bottom:0.2em;
		color: white;
		background-color: black;
		}
h2 {	font:small-caps 1.5em "georgia",serif; text-align:center; margin-top:0.2em; margin-bottom:0.2em;
		color: white;
		background-color: black;
		)
h3 {	font: 1em "georgia",serif; text-align:left; margin-top:0.1em;
		font-style: normal;
		color: black;
		background-color: white;
		}
h4 {	font: 1em "georgia",serif;
		text-align:center; margin-top:0.1em;
		font-style: italic;
		color: white;
		background-color: black;
		}
a {
		text-decoration: underline;
		color: blue;
		}
a:link {color: blue}
a:visited {color: purple}
p {		font: 2em "georgia",serif; margin-top:0.1em; line-height: 1.5em
		font-style: normal;
		padding: 3em;
		text-align: justified;
		color: black;
		background-color: white;
		}