body	{
	font-family:  'WaltographRegular';
	font-size: 15px;
	background-color: #0C0C0C;
	color: white;
}
H1 {
	color: white;
	font-size: 60px;
	text-align: center;
}

a {
	color: white;
	text-decoration: white;
}
a:visited {
	color: white;
	text-decoration: white;
}