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

a {
	color: #287fb4;
	text-decoration: none;
}

a:hover {
	color: #f87740;
	text-decoration: none;
}

a:active { 
	outline: none; 
}

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