html {
	background-color: black;
	color: white;
	background: #000000 url(jess.jpg) no-repeat center 110px fixed;
	


}

h1 {
	font-size: 60px;
	text-align: center;
	color: white;
	padding-bottom: 2em;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	padding-left: 5em;
}

a:link {
	color: green;
}

a:visited {
	color: purple;
}

a:hover {
	color: black;
}

a:active {
	color: #C00
}