@charset "utf-8";
/*
Style Name: Toolbox
Author: CY
Email: cyishere@gmail.com
Description: useful layout tool
*/
* {
	margin:0;
	padding:0;
}
.alignLeft {
	float:left;
}
.alignCenter {
	margin:0 auto;
}
.alignRight {
	float:right;
}
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.clear {
	clear:both;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2, h3, h4, h5, h6 {
	font-size:14px;
}
ul li {
	list-style:none;
}

