@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;}
ul,li{
	list-style:none;}
a{
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0px;}

body{
	font-size:12px;
	color:#333333;
}
