@CHARSET "utf-8";
*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
}

html, body{
	height: 100%;
}
a img{
	border:none:
}

a{
	text-decoration: none;
}
ul li, ol dd, ol dt{
	list-style:none;
}