@charset "utf-8";
/* CSS Document */
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #6B4631;
	background-image: url(http://www.punkindoodles.com/images/b2bg1.gif);
	background-attachment:fixed;
	background-repeat: repeat;
	
}
body,td,th {
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
a:link {
	color: #996633;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #996633;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #E4698B;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #996633;
	text-decoration: none;
	font-weight:bold;
}

a {
	font-size: 13px;
}
.style66 {font-size: 11px}
.boldtext {
font-size: 12pt;
font-weight: bold;
color: #99C143;
text-decoration: none;
text-transform: uppercase;
}
.style114 {font-size: 12px;}
.style74 {font-size: 10px}
.style73 {font-size: 90%}
.style75 {
	color: #77A726;
	font-size: 16px;
	font-weight: bold;
}
.style76 {
	color: #77A726;
	font-weight: bold;
}
.style77 {
	color: #E4698B;
	font-size: 10px;
}
.style119 {	color: #E4698B;
	font-weight: bold;
	font-size: 12pt;
}
.style120 {	color: #99C143;
	font-weight: bold;
}
.leftlinks  {
padding-left: 3px;
}

.leftlinks  a{
padding-left: 5px;
}
<!-- 
/* BODY FONT AND SIZE */
body { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
color: #996633; 
background-color: #FFFFFF; 
margin: 0px; 
}

/* ANCHOR STYLES */
a { 
color: #996633; 
}

a:hover { 
color: #E4698B; 
}

/* TABLE DATA CELL FONT AND SIZE */
td { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
}

/* SMALL FONT SIZE */
.smfont { 
font-size: 8pt; 
text-decoration: none; 
}

/* LARGE FONT SIZE */
.lgfont { 
font-size: 12pt; 
font-weight: bold; 
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
}

/* HIGHLIGHT TEXT */
.highlighttext { 
color: #E4698B; 
font-weight: bold; 
}

/* ACCENT TEXT */
.accenttext { 
color: #99C143; 
font-weight: bold; 
}

/* HEADER FONT COLOR */
.header { 
color: #ffffff; 
font-weight : bold; 
text-align : center; 
font-size : 24px; 
}

/* CELL COLOR FOR ACCENTS */
.accentcell { 
background-color: #99C143; 
}

/* TABLE BORDER FOR ACCENTS */
.accenttable { 
border: 1px solid #99C143; 
border-collapse: collapse; 
}

/* FORMATTING FOR ORDER/SEARCH BUTTONS AND LINKS */
/* SALE AND ERROR COLOR */
.salecolor { 
color: #E4698B; 
}

/* HORIZONTAL LINE LINK */
.linecolor { 
color: ; 
height: 1px; 
width: 100%; 
}

/* LINE TABLE */
.linetable { 
border: 1px solid ; 
border-collapse: collapse; 
}

/* LINE TABLE CELL */
.linecell { 
border: 1px solid ; 
}

/* PRODUCT LINK */
.itemcolor { 
color: #996633; 
font-weight: bold; 
text-decoration: none; 
}

a.itemcolor:hover { 
color: #E4698B; 
font-weight: bold; 
text-decoration: none; 
}

/* PAGE LINK */
.pagelinkcolor { 
color: #996633; 
font-weight: bold; 
text-decoration: none; 
}

a.pagelinkcolor:hover { 
color: #E4698B; 
font-weight: bolder;
text-decoration: none; 
}

/* FEATURED ITEMS */
.featurecolor { 
color: #996633; 
font-weight: bold; 
}

a.featurecolor:hover { 
color: #E4698B; 
font-weight: bold; 
}

/* EMAIL FRIEND LINK */
.emailcolor { 
color: #996633; 
font-weight: bold;
}

a.emailcolor:hover { 
color: #E4698B;
font-weight: bold; 
}

/* RELATED ITEM LINK */
.relatedcolor { 
color: #996633; 
}

a.relatedcolor:hover { 
color: #E4698B; 
}

/* POP UP LINK */
.popupcolor { 
color: #996633; 
font-weight: bold;
}

a.popupcolor:hover { 
color: #E4698B; 
font-weight: bold;
}

/* DRILL DOWN LINK */
.drilldown { 
color: #996633;
font-weight: bold; 
}

a.drilldown:hover { 
color: #E4698B; 
font-weight: bold;
}

/* VIEW CART LINK */
.cartcolor { 
color: #996633; 
font-weight: bold;
text-decoration: none; 
}

a.cartcolor:hover { 
color: #E4698B; 
font-weight: bold;
text-decoration: none; 
}

/* MAIN CATEGORY LINK */
.catcolor { 
color: #996633; 
font-weight: bold; 
text-decoration: none; 
}

a.catcolor:hover { 
color: #E4698B; 
font-weight: bold; 
text-decoration: none; 
}

/* SUBCATEGORY LINK */
.subcatcolor { 
color: #996633; 
text-decoration: none; 
font-weight: bold;
}

a.subcatcolor:hover { 
color: #E4698B; 
text-decoration: none;
font-weight: bold; 
}

/* END CATEGORY LINK */
.endcatcolor { 
color: #996633; 
font-weight: bold;
}

a.endcatcolor:hover { 
color: #E4698B; 
font-weight: bold;
}

/* PARAGRAPH LAYOUT FOR CATALOG PRODUCTS */
.p_layout { 
margin-top: 10; margin-bottom: 10; 
}



// -->
