
body {
	background: #000000;
	color: #ffffff;
	font-family: monospace;
	font-size: larger;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffff00;
}

a:visited {
	color: #ffff00;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

li {
	margin-left: 0px;
}

table.contents {
	margin-left: auto;
	margin-right: auto;
	font-size: larger;
}

div.scene {
	margin-left: 10%;
	margin-right: 10%;
}

i.soon {
	color: #00ffff;
}
