a:link { 
color: #ffffff;
text-decoration: none
}

a:visited {
color: #ffffff;
text-decoration: none
}

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

a:active {
color: #ffffff; 
text-decoration: none
}

.BusinessName A:link {
	color: #000000;

}
.BusinessName A:visited {
	color: #000000;
	font-weight: bold;

}
.BusinessName A:hover {
	color: #669999;
	font-weight: bold;
	text-decoration: none;

}
.BusinessName A:active {
 color: #FF0000;
 text-decoration: none;
}


.SaladBar A:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}
.SaladBar A:visited {
	color: #000000;
	font-weight: normal;

}
.SaladBar A:hover {
	color: #339999;
	font-weight: bolder;
	text-decoration: none;

}
.SaladBar A:active {
 color: #FF0000;
 text-decoration: none;
}
