title {
	display: none;
}


body {
	background: rgb(0, 0, 0);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


a:link {
	color: rgb(255, 255, 255);
	text-decoration: none;
}


a:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
}


a:hover {
	color: rgb(200, 200, 255);
	text-decoration: underline;
}


a:active {
	color: rgb(150, 150, 255);
	text-decoration: none;
}


.indent-text-a {
	color: rgb(255, 255, 255);
	display: block;
	margin-bottom: 8px;
	margin-left: 1.5em;
	margin-right: auto;
	font-family: "Monaco", monospace;
	font-size: 1em;
	text-align: left;
	text-indent: 0%;
	text-shadow: 3px 0px #000000;
}


.indent-text-b {
	color: rgb(255, 255, 255);
	display: block;
	margin-bottom: 8px;
	margin-left: 1.5em;
	margin-right: auto;
	font-family: "Monaco", monospace;
	font-size: 1em;
	text-align: left;
	text-indent: 5em;
	text-shadow: 3px 0px #000000;
}


.indent-text-c {
	color: rgb(255, 255, 255);
	display: block;
	margin-bottom: 8px;
	margin-left: 1.5em;
	margin-right: auto;
	font-family: "Monaco", monospace;
	font-size: 1em;
	text-align: left;
	text-indent: 10em;
	text-shadow: 3px 0px #000000;
}