@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: '../fonts/QuicksandLight';
	src: url('../fonts/Quicksand_Light-webfont.eot');
	src: url('../fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Quicksand_Light-webfont.woff') format('woff'), url('../fonts/Quicksand_Light-webfont.ttf') format('truetype'), url('../fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #000;
	font-family: '../fonts/QuicksandLight';
	font-size:21px;
	color:#999;
	font-weight:bold;
	text-align:center;
	
}

h1 {
	font-family: '../fonts/QuicksandLight';
	font-size:52px;
	color: #fff;
	font-weight:lighter;
	margin-bottom:-10px;
	
}

a:link {
	color: #99ffff;
	text-decoration: none;
	font-size:18px;
}
a:visited {
	color: #99ffff;
	text-decoration: none;
	font-size:18px;
}
a:hover {
	color: #99ffff;
	text-decoration: none;
	font-size:18px;
}
a:active {
	color: #99ffff;
	text-decoration: none;
	font-size:18px;
}

p {
	
	font-family: '../fonts/QuicksandLight';
	color:#CCCCCC;
	
}
