a {
	color: aqua;
	text-decoration: underline;
}
a:hover{
	color: #ff8c00;
	text-decoration: none;
}
body{
	background-color: black;
	background-attachment: fixed;
	color: white;
}
