html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
	}
a {
  color:white;
  text-decoration: none;
  }

a:link { text-decoration: none;}

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