/* CSS Document */

body {
	background-image:url(images/bgtexture.jpg);
	background-color:#DE9C9D;
}
	
body, td, th, p {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
}

.header {
	font-size: 16px;
	color: #CC3333;
	font-weight: bold;
	text-align: center;
}
.footer {
	font-size: 9px;
	text-align: center;
}
a:link {
	text-decoration: none;
	color:#993366;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#CC3333;
}
a:active {
	text-decoration: none;
	color:#CC3333;
}
.sale {
	color:#CC3333;
}
.strike {
	text-decoration:line-through;
}
.note {
	font-size:9px;
}
.favorites {
	text-align:center;
}


/* Updated by Erin Cunia 080923 */