body {
	background-image:  url("images/main_bg.jpg");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993333;
}
.productdescriptions {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #AB3045;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AB3045;

}
a:hover {
	text-decoration: underline;
	color: #AB3045;

}
a:active {
	text-decoration: none;
	color: #AB3045;
}
img {
	border: 0px;
}