body, p,td,th {
	color: #7f7f7f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 12px;
	color: #eb208d;
	margin-top: 0px;
}

h1 a:link {
	color: #eb208d;
	text-decoration: none;
}
h1 a:visited {
	color: #eb208d;
	text-decoration: none;
}

h1 a:hover {
	color: #f799ca;
	text-decoration: none;
}
h1 a:active {
	color: #eb208d;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #7f7f7f;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #7f7f7f;
}

a:link {
	color: #7f7f7f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:  #7f7f7f;
}
a:hover {
	text-decoration: none;
	color: #b3b3b3;
}
a:active {
	text-decoration: none;
	color: #7f7f7f;
}


hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: none;
}

.smalltext {
	font-size: 10px;
}

.listingtext {
	font-size: 11px;
}

.hilitebold {
	color: #eb208d;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

.hilite {
color: #eb208d;
}

.headunderline {
	color: #eb208d;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #cccccc;
}

/* product listings */
.listingname {
	color: #eb208d;
	font-size: 12px;
}

.listingname a { 
	color: #eb208d;
	text-decoration: none;
}	

.listingname a:hover {
	color: #f799ca;
} 

.listingprice {
	font-size: 11px;
}

.productprice {
	color: #eb208d;
	font-size: 12px;
	font-weight: bold;
}

.message {
color: #eb208d;
}

.bg1 {
	background-color:  #ededed;
}

.bg2 {
	background-color: #ffffff;
}

.bg3 {
background-color:	 #ededed;
}

.bg4 {
background-color:  #ffffff;
}

