@charset "utf-8";
/* CSS Document */

#bottom-navigation a:link {
	color: #FF0;
	text-decoration: none;
}
#shop-for-dj a:link {
	color: #00F;
	text-decoration: none;
}

#testimonials-photos-questions a:link {
	color: #FF0;
	text-decoration: none;
}

#bottom-navigation a:visited {
	color: #FF0;
	text-decoration: none;
}
#shop-for-dj a:visited {
	color: #00F;
	text-decoration: none;
}

#testimonials-photos-questions a:visited {
	color: #FF0;
	text-decoration: none;
}

#bottom-navigation a:active {
	color: #F00;
	text-decoration: none;
}
#shop-for-dj a:active {
	color: #F00;
	text-decoration: none;
}

#testimonials-photos-questions a:active {
	color: #F00;
	text-decoration: none;
}

#bottom-navigation a:hover {
	color: #F00;
	text-decoration: none;
}
#shop-for-dj a:hover {
	color: #FF0000;
	text-decoration: none;
}

#testimonials-photos-questions a:hover {
	color: #F00;
	text-decoration: none;
}
