body {
	width: 770px;
	background-color: black;
	color: gray;
	text-align: justify;
	font-family: Verdana, sans-serif;
	margin-left: 10%; margin-right: 10%;
}
h1,h2 { font-family: Garamond, "Times New Roman", serif; }
h1 {font-size: 200%; margin-left: -8%; }
h2 {font-size: 150%; margin-left: -4%; }
h3 {font-size: 100%; margin-left: -4%; }
a:link { color: aqua; }  /* for unvisited links */
a:visited { color: red; } /* for visited links */
a:active { color: fuchsia; } /* when link is clicked */
a:hover { color: teal; } /* when mouse is over link */
pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }
span.alt-text { color: salmon }
