h1 {
	color: olive;
	text-align: center;
}

body {
	color: white;
	background-color: black;
	font-size: x-large;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

em{
	color: green;
}

a:link {
	color: yellow;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}