body {
  background-color: white;
  font-family: verdana;
}

h1 {
	font-size:40px;
  text-align: center;
  color: #ec154b;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2 {

	font-size:20px;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 14px;
}

li {
  font-family: verdana;
  font-size: 14px;
}

img {
	float: center;
}
