 body { 
     margin: 0; 

 } 
 .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: C89F32;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 120%;
}
.collection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 140%;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBBBBB;
	line-height: 140%;
}
.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339999;
	line-height: 140%;
}
.piece {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669999;
	line-height: 140%;
}

a {
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	transition: color .3s linear;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33999;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #33999;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a.terms:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669999;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a.terms:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669999;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a.terms:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6BDB5;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}
a.terms:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	}	

a.email:link,
a.email:visited { 
	color: #999; 
	}

a.email:hover,
a.email:active { 
	color: #339999; 
	}
	

