@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html, body {
background-color: #000;
margin: 0px 0px 0px 0px;
padding: 0px;
font-family: "Source Sans 3", sans-serif;
font-optical-sizing: auto;
font-weight:400;
font-style: normal;
font-size: 1.1rem;
text-decoration: none;
color: #000;
}

table {
font-size: 12px;
border-spacing: 0px;
padding: 0px;
margin-bottom: 60px;
}


a:link,a:active,a:visited { text-decoration: none; color : #3f484c; }
a:hover                { text-decoration: none; color : #fff; }


div#content {
	padding: 20px;
	margin: 20px auto 10px auto;
	background: #fff;
	width: 1024px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: justify;
}

div#content a:hover {
	color: #008efb;
}

.navigator {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.returntohomepage {
	text-align:center;
}