body {
	background-color:black
}

p, li, h2, h5, td {
	font-family: arial;
}

p {
	padding: 10px;
}

li {
	padding: 5px;
}

h1, h2, h3, h4 {
	font-family: arial;
	font-style: italic;
	padding: 10px;
}

h2, h3 {
	text-align: center;
}

.footer {
	color: #777777;
	font-size: x-small;
	text-align: center;
}

sup {
	font-size: x-small;
	vertical-align: top;
}

td.portrait {
	vertical-align: bottom;
	background-image: url('assets/edge_01.jpg');
	background-repeat: repeat-y;
	background-position:left;
}

img.portrait {
	display: block;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

#scroll {
	height: 400px;
	overflow: scroll;
}