/*
============================================================================
default color scheme (EVERY COLOR style goes here. If there's no link from
a template to any of the color schemes, page should be just "naked" and
fully functional
============================================================================
*/
/* Text links */
a, .sld-entry-desc h1 a:hover, .entry-list li a:hover, .products li a:hover, #navigation a:hover, .cart button.button:hover, .button:hover {
	color: #9c9c9c;
	text-decoration:none;
}
a:focus, a:active {
	text-decoration:none;
}
a:hover {
	color: #454545;
}
