body,td {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: Black;
}
a:link {
	color: Purple;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: Purple;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
H1 {
	font-family: Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
}
H2 {
	font-size: 13px;
	font-weight: bold;
}
.text1 {
	font-size: 12px;
	color: Purple;
	font-weight: bold;
}
.text2 {
	font-size: 13px;
	color: #4B0082;
	font-weight: bold;
}
.orderheader{
	font-size: 15px;
	color: Purple;
	font-weight: bold;
}
.small {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: Black;
}
.sold {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: red;
}