.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	font-style: normal;
	font-weight: bold;
}
.bold14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.body12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
}
.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #660000;
}
<!--
.style1 {color: #FF0000}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {color: #333333}
-->

#sale {}
#sale a, #sale a:visited {
	 background: url(images/sale/sale_bg_black.jpg) no-repeat;
   display: block; 
	 height: 124px;
	 margin: 10px;
	 width: 122px;
}
#sale a:sale {
   display: block; 
	 cursor: pointer; 
	 background: url(images/sale/sale_bg_black.jpg) no-repeat; 
}
#sale a:hover {
   display: block; 
	 cursor: pointer; 
	 background: url(images/sale/sale_bg_black_hover.jpg) no-repeat; 
}
#sale_bg_white {}
#sale_bg_white a, #sale_bg_white a:visited {
	 background: url(images/sale/sale_bg_white.jpg) no-repeat;
   display: block; 
	 height: 124px;
	 margin: 10px;
	 width: 122px;
}
#sale_bg_white a:sale_bg_white {
   display: block; 
	 cursor: pointer; 
	 background: url(images/sale/sale_bg_white.jpg) no-repeat; 
}
#sale_bg_white a:hover {
   display: block; 
	 cursor: pointer; 
	 background: url(images/sale/sale_bg_white_hover.jpg) no-repeat; 
}
