

body {
	background-color: Aqua;
	vertical-align: baseline;
	text-align: left;
	}

h1,h2 {
	color: Black;
	text-align: center;
	font-weight: bold;
}
a:link {
	color: Blue;
}

p {
	text-align: left;
}

ul {
	list-style: square;
}