body {
	background-color: rgb(219, 255, 237);
}

h1, h2, p, ul {
	color: rgb(0, 0, 0);
}

h1, h2 {
	font-family:"Verdana";
}

p, ul {
	font-family: "Courier New";
}

a:link, a:visited {
  background-color: black;
  color: white;
  padding: 10px 15px;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
}

a:hover {
	background-color: white;
	color: black;
}