body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.text-warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #533E67;
}
.smheadings, .cart-sub-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006284;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #533E67;
	text-decoration: underline;
}
a:link {
	color: #533E67;
	text-decoration: underline;
}
a:visited {
    color: #533E67;
	text-decoration: underline;
}
a:hover {
	color: #533E67;
	text-decoration: underline;
}
a:active {
	color: #533E67;
}

.cart-table {
	border-collapse: collapse;
	border: 1px #000 solid;
}

.cart-table td {
	border: 1px #000 solid;
	padding: 3px;
}
