@font-face {
		font-family: "Segoe UI";
		font-weight: 400;
		src: local("Segoe UI");
}
	
body {
	background-color: black;
	color: white;
	font-family: "Segoe UI Semilight";
	text-align: center;
}

.italic {
	font-style: italic;
}

a {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  color: blue;
}

a:active {
  color: blue;
}	