.header {
	background-color: #303030;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #999999;
	padding: 25px;
	display:flex;
}
.header a {
	color: white;
	text-decoration: none;
	padding-left: 13px;
	margin-right: 12px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
}
.header a:link {
  color: white;
}
.header a:visited {
  color: white;
}
.header a:hover {
	text-decoration: underline;
}
