@charset "UTF-8";

* { margin: 0; padding: 0; }
img { border: none; }

body {
	margin:  0;
	padding: 0;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size:   12px;
	line-height: 13px;
	color: #fff;
	background-color: #000;
	-webkit-text-size-adjust: none; /* for iPhone */
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

a, :focus, :active {
	outline: none;
}
a:link, 
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, 
a:active {
	text-decoration: underline;
}
