body {
	font-family: Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	color: black;
}
h1 {
    font-family: Copperplate, Tahoma, Verdana, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #472A87;
}
h2 {
	text-align: center;
	color: #472A87;
	font-weight: normal;
	font-size: medium;
}
th, td {
	height: 50px;
    padding: 0 0 0 0.5em;
    vertical-align: middle;
}
th {
    text-align: center;
    padding: 0;
	background-color: #472a87;
	color: white;
}
.totalCell, .qtyCell {
    text-align: center;
    width: 5em;
    padding-right: 0.5em;
}
.total, .qty {
	text-align: right;
}
em {
    font-style: italic;
}
.soldout {
	text-decoration: line-through;
}
