/****************************************************************************************************
- Styles in this sheet are used for customising the hyperlinks of the site.
****************************************************************************************************/

a {
	color: #fff200;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}

a:active { 
	outline: none; 
}

a:focus { 
	-moz-outline-style: none; 
}

:focus {
	outline: 0;
}