/* CSS Document */





body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: #FF3311;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF3311;
	text-decoration: none;
}


a:hover {
	color: #AAAA33;
	text-decoration: none;
}
#back {
	height: 100vh;
	width: 100vw;
	margin: auto;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	font-weight: bold;
}


