a {
	text-decoration:underline;
	color: #F93200;
}

a:hover {
	text-decoration: none;
	color: #F93200;
}


body {
	margin-left: 40px;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #001621;
	text-align: center;
}