body {
	font-family: serif;
	position: static;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #fff;
	
	border-style: ridge;
	border-width: 5px;
	border-color: red;
	
	background: black;
	padding: 7px;
	overflow-y: scroll; /*forces vertical scrollbar to keep all pages central*/
	background-image: url("corner.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
html {
	background-color: #000;
	background-image: url("back.png");
	background-attachment: fixed;
	padding-bottom: 50px;
}

table, th, td {
	border:1px solid red;
	padding-left:1px;
	padding-right:1px;
}

#top-bar
{
	font-family: serif;
	margin: -7px;
	padding: 7px;
	border-style: none none ridge none;
	border-width: 5px;
	border-color: red;
}

#top-bar a:link, a:visited
{
	color: white;
	text-decoration: none;
	width: 80px;
	text-align: center;
	border: 1px outset buttonborder;
	display: inline-block;
}

.ascii-art
{
	font-family: monospace;
	white-space: pre;
	text-align: center;
}

a, a:link
{
	color: white;
}

#photo-list figure 
{
	display: block;
	text-align: center;
	align-items: center;
}

#photo-list img
{
        border-style: ridge;
        border-width: 5px;
        border-color: red;
}
