h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.nomal {
	font-size: small;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.white {
	color: #FFF;
}
.whiteBold {
	color: #FFF;
	font-weight: bold;
}

.orange {
	color: #F5A618;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #999;
}
.black {
	color: #000;
}
