body {
	background-color: black;
	color: white;
	font-family: verdana, arial, sans-serif;
} 
h1 {
	text-align: center;
}
a {
	color: #7777FF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#photo {
	float: right;
}

