body { color: black;
	background-image: url("Images/ahbkgnd.jpeg");
	margin : 1.5em;
	}
h1   { 
	text-align: center;
	}
h2   { 
	text-align: center;
	}
ul   { 
	clear: both;
	} 
p#info { 
	text-align: left;
	}
img#myface {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	}
a:link {
	background-color: transparent;
	color: #0000ee;
	}
a:visited {
	background-color: transparent;
	color: #52188b;
	}
a:hover {
	background-color: transparent;
	color: #009999;
	}
a:active {
	background-color: transparent;
	color: #ee0000;
	}
