/*This is a skin CSS file where you can set a universal color that will affect all headings and link colors
Just replace the hex value of the color and background-color with the one you want and you're all set*/
P A, H1, H2, H3, UL.testimonials LI SPAN
{
	color: #2B92FA;
}
P A:hover
{
	/*The background color of the element when you move your mouse over it*/
	/*[disabled]color:#FFFFFF;*/
	/*The text color of the element when you move your mouse over it*/
}
#footerInformation A
{
	color: #858FAD;
}
#footerInformation A:hover
{
	color: #A0A8C1;
}
DIV.productHeadingType1 .productPriceContainer SPAN, DIV.productHeadingType2 .productPriceContainer SPAN
{
	color: #FFBF00;
	text-shadow: 3px 3px 4px #999;
	/*The color of the price text*/
}
