/**
 * Custom Color Overrides
 * 
 * This file is automatically populated if the user chooses custom colors in the Customzier.
 */

a:hover {
	color: white;
}

a:focus {
	outline: none !important;
}