html {
	text-align: center;
}
body {
	background: #000000;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
h1 {
	font-family: 'FontLight', sans-serif;
	font-size: 28px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
h2 {
	font-family: 'FontLight', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
h3 {
	font-family: 'FontLight', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
p {
	font-family: 'FontLight', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
.info {
	font-family: 'FontLight', sans-serif;
	font-size: 8px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}
@font-face {
	font-family: 'FontLight';
	src: url('../../fonts/font-light.eot');
	src: url('../../fonts/font-light.eot?#iefix') format('embedded-opentype'), url('../../fonts/font-light.woff') format('woff'), url('../../fonts/font-light.ttf') format('truetype'), url('../../fonts/font-light.svg#FontLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

