body {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #8F006B;
	background-color: #FFBFEF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	color: #008F00;
}
.description {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #8F006B;
}
.title {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #8F006B;
}
.sales1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #008F00;
}
.link1 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bold;
	color: #CC0099;
	text-decoration: underline;
}
.link2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
.recipcell {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #8F006B;
	background-color: #CC0099;
}
.recip1 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.recip2 {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #80FF80;
	text-decoration: underline;
}
.sales2 {

	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
.border {
	border: 1px solid #000000;
}

