@charset "utf-8";
* {
	margin: 0;
	padding:0;
}
pre, code {
	cursor:text;
}
ol,ul {
	list-style:none;
}
:focus {
	outline:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a img {
	border: none;
}
.clear {
	display: block !important;
	clear: both !important;
}

h1 {
	font-size:25px;
}
h2 {
	font-size:23px;
}
h3 {
	font-size:21px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
h6 {
	font-size:15px;
}
