html {
	background-color: black;
	color: white;
}


h2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14pt;
	font-family: monospace;
	color: lightblue;
	background-color: blue;
}

ul, p {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
}

li {
	margin-left: 1em;
}



A:link,A:active,A:visited {
	text-decoration: none;
	color: lightblue;
	background-color: transparent;
}
