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

body {
	background-repeat: no-repeat;
	background-size: auto auto;
	background-color: #000000;
	background-position: 50% 50%;
	color: #E1E1E1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
a:link
{
	color: #CCDAEB;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

a:visited
{
	color: #CCDAEB;
	font-weight: bold;
}



a:active {
	color: #FFFFFF;
	font-weight: bold;
}