@charset "utf-8";
/* CSS Document */
body
{
	 background-color:#e0117b;
	 margin:opx;
}
p
{
	text-align:justify;
}

.text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
}
.product_title
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#e0117b;
	font-weight:bold;
}
.alphabet
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#e0117b;
	font-weight:bold;
}
.pink_link a
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#e0117b;
	text-decoration:none;
	
}
.pink_link a:hover
{
	
	color:#000000;
	
}

.footer
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}
.pagetitle
{
	background:url(../images/pagetitle.jpg) no-repeat;
	width:657px;
	height:47px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.pagetitle1
{
	background:url(images/pagetitle1.jpg) no-repeat;
	width:657px;
	height:47px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}