html {
	height: 100%;
}

body {
	background: #030010;
	font-family:  sans-serif;
	color: #ffe;
}

a {
	color: #6080f0;
	font-weight: bold;
}

a:hover {
	border-bottom: none;
}



