
/* regular link - BLACK text */
a
{
	font-family:verdana,arial;
	font-size:10px;
	color:#1468c1;
	text-decoration:underline;
}	
a:visited
{
	font-family:verdana,arial;
	font-size:10px;
	color:#1468c1;
	text-decoration:underline;
}
a:active
{
	font-family:verdana,arial;
	font-size:10px;
	color:#1468c1;
	text-decoration:underline;
}
a:hover
{
	font-family:verdana,arial;
	font-size:10px;
	color:#1468c1;
	text-decoration:none;
}

/* bold link - BLACK text */
a.bb
{
	font-weight:bold;
	text-decoration:underline;
}	
a.bb:visited
{
	font-weight:bold;
	text-decoration:underline;
}
a.bb:active
{
	font-weight:bold;
	text-decoration:underline;
}
a.bb:hover
{
	font-weight:bold;
	text-decoration:underline;
}

/* regular link - WHITE text */
a.wh
{
	color:#FFFFFF;
}	
a.wh:visited
{
	color:#FFFFFF;
}
a.wh:active
{
	color:#FFFFFF;
}
a.wh:hover
{
	color:#FFFFFF;
}

/* regular link - DARK RED text */
a.rr
{
	color:#AA0000;
}	
a.rr:visited
{
	color:#AA0000;
}
a.rr:active
{
	color:#AA0000;
}
a.rr:hover
{
	color:#AA0000;
}

/* Shopping cart link */
a.sc
{
	font-size:9px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}	
a.sc:visited
{
	font-size:9px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}
a.sc:active
{
	font-size:9px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}
a.sc:hover
{
	font-size:9px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}

/* Lightbox Link */
a.lb
{
	font-family:Arial;
	font-size:10px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}	
a.lb:visited
{
	font-size:10px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}
a.lb:active
{
	font-size:10px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}
a.lb:hover
{
	font-size:10px;
	color:#1468c1;
	font-weight: normal;
	text-decoration:underline;
}