@charset "UTF-8";
/* CSS Document */

body {
  background-color: white;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, "roman", "sans-serif";
	font-size: 60px;
  	color: black;
}
p {
  	font-family: "Helvetica Neue", Helvetica, Arial, "roman", "sans-serif";
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
  	color: black;
	margin-top: 5px;
}

a:link {
  text-decoration: none;
	color: black;
}

a:visited {
  text-decoration: none;
	color: black;
}

a:hover {
  text-decoration: underline;
	color: black;
}

a:active {
  text-decoration: none;
	color: black;
}