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

*{
	margin:0;
	padding:0;
	border:0;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	line-height:150%;
	color:#FFF;
	font-family: "Myriad Pro";
}
body{
	background-color:#000;
	letter-spacing:0.2em;

}
ol, ul{list-style:none}
strong{font-weight:bold}
input, button, textarea{font-family:inherit; font-size:100%}

a{
	text-decoration:none;
}

a:hover{
	color:#EC008C;
}



