	body {
		background-color: #050009;
		color: #555533;
		width: 30%;
		margin-left: auto;
		margin-right: auto;
		font-family: courier new, courier, san-serif;
		font-size: small;
	}
	p {
		margin-top: 5em;
		margin-bottom: 5em;
	}
	a:link, a:visited {
		text-decoration: none;
		color:#222200;
	}
	a:active {
		text-decoration: none;
		color:#ffffff;
		font-weight: bold;
	}
