@charset "utf-8";

@import "layout.css";
@import "commons.css";

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body{
	background-color: #000000;
	color: #FFFFFF;
}

a{
	/*\*/
	overflow: hidden;
	/**/
	color: #FFFFFF;
	font-weight: normal;
}

a:hover{
	color: #CCCCCC;
}

img{
	border:0;
}
