body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Impact;
	font-size: 90px;
	color: #FFFFFF;
	background-color: #FF33CC;
	padding: 5px;

}
.desc {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
}
.sales1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.sales2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.sales3 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FF00CC;
}
.warning {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF33CC;
	padding: 5px;

}
.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.hilight {
	color: #FFFF00;
}
.thumb {
	border: 1px solid #000000;
}
a:hover {
	color: #FF0000;
}

