@charset "UTF-8";
/* CSS Document */
.headline-1 {
	color: white;
	font-size: 36px;
	font-family: Helvetica, Arial, "sans-serif"
	
}

hr {
 background: white;
 border: none;
 height: 1px;
 width: 100%;
}

body {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: black;
}