body {
	background-color: black;
	color: white;
	text-align: center;
	font-family: georgia, palatino, "times new roman", "times roman", sans-serif;
	}
	
table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	
body.photo {
	padding: 0 10% 50% 10%;
	}
	
h1 {
	font-family: tahoma, arial, verdana, sans-serif;
	letter-spacing: 0.2em;
	}
	
img {
	border: none;
	margin-bottom: .3em;
	max-width: 1000px;
	}

td {
	padding: .3em 1em .5em 1em;
	text-align: center;
	}
	
a {
	text-decoration: none;
	}	
	
body.photo a {
	letter-spacing: .5em;
	}
	
a:link {
	color: lightblue;
	}

a:visited {
	color: lightblue;
	}

a:hover  {
	color: aliceblue;
	}

a:active  {
	color: cyan;
	}
	
div.links a {
	font-variant: small-caps;
	}
	