/* ½é´ü²½
--------------------------------------------------------------*/
*{
	margin	:0;
	padding	:0;
}
body{
	background-color	:#000000;
	font-size			:13px;
	color				:#ffffff;
}

h1,h2,h3,h4,h5,h6,em,strong{
	font-size	:1em;
	font-weight	:normal;
}

a:link,a:visited{
	color				:#00ffff;
	text-decoration		:none;
}
a:hover{
	color				:#ff7700;
	text-decoration		:underline;
}

img{
	border:0;
	vertical-align:bottom;
}

li{
	list-style-position	:outside;
	list-style-type		:none;
}
