@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background-color: #0b0f19;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #a4abbc;
	padding: 40px 0 60px 0;
}
a {
	text-decoration: none;
	color: #a4abbc;
}
a:hover {
	color: #ffffff;
}