body {
	color: Lime;
	background-color: Black;
}
p {
	font-family: "Comic Sand MS", "Viner Hand ITC", Arial;
}
h1, h2 {
	 text-align: center;
}

a {
	text-decoration: none;
	color: #116028;
	background-color: Yellow;
}

a:hover {
	text-decoration: none;
	color: Red;
}
