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

    body {
	overflow: ;/*Needed to eliminate scrollbars*/
	font: "HelveticaNeueLTStd-UltLt", Arial, sans-serif;
	color: #eafe0f;
	font-family: HelveticaNeueLTStd-UltLt, Arial, sans-serif;
	}
    a:hover {
	color: #00b6dd;
	text-decoration:none;
}
    a:link {
	color: #eafe0f;
	text-decoration:none;
	
}
    a:visited {
	color: #eafe0f;
	text-decoration:none;

}
    a:active {
	color: #00b6dd;
	text-decoration: none;
}
    ::selection {
	background: transparent;
	color: #00b6dd;
    }
	{
-moz-user-select:none;
	background-color: #eafe0f;
	}
	*{
	    margin:0;
	    padding:0;
	}
	img{
	    border:none;
	}
	

    @font-face {
    font-family: 'HelveticaNeueLTStd-UltLt';
    src: url('type/HelveticaNeueLTStd-UltLt.ttf') format('truetype');
    src: url('type/HelveticaNeueLTStd-UltLt.otf') format('opentype');
    text-shadow:#000 0px 0px 1px;
    font-style: normal;
}
