a
{
	color: #2A4277; 
	font-weight:bold
}

a:link
{
	color:#2A4277;
}

a:visited 
{
	color:#2A4277;
}

a:hover
{
	text-decoration:none
}
	
a.nav
{
	font-size:  12px;
	font-weight: normal;
	text-decoration: none;
	color : gray;
}

a.nav:link
{
	color: gray;
}

a.nav:visited 
{
	color: gray;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
a.nav:hover
{
	color: gray;
	text-decoration: underline;
}

a.bestseller
{
	font-size:  11px;
	font-weight: normal;
	text-decoration: none;
}

a.bestseller:link
{
	color: #57527E;
}

a.bestseller:visited 
{
	color: #57527E;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
a.bestseller:hover
{
	color: blue;
	text-decoration: underline;
}

a.blue
{
	font-size:  12px;
	font-weight: bold;
}

a.blue:link
{
	color: blue;
}

a.blue:visited 
{
	color: blue;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
a.blue:hover
{
	color: gray;
	text-decoration: none;
}

.pipe
{
	color:#000000;
	margin: 0px 20px;
}

a.crumbs
{
	font-size:  13px;
	font-weight: normal;
	text-decoration: none;
}

a.crumbs:link
{
	color: #808080;
}

a.crumbs:visited 
{
	color: #808080;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
a.crumbs:hover
{
	color: #808080;
	text-decoration: underline;
}
