.nav {
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}.grey {
	color: #999999;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.cat {
	color:#464646;
	font-weight: bold;
}
.cat:link{
	color:#464646;
	text-decoration: none;
}
.cat:visited{
	color:#464646;
	text-decoration: none;
}
.cat:hover{
	color:#000000;
	text-decoration: underline;
}
.price {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.product {
	font-weight: bold;
	color: #034D8E;
}
a:link { 
	color: #034D8E;
	text-decoration:none
}
a:visited { 
	color: #034D8E;
	text-decoration:none
}
a:hover { 
	color: #000000;
	text-decoration:underline
}