/****************************************************************************************************
- Styles in this sheet are used for customising the hyperlinks of the site.
****************************************************************************************************/

a {
	color: #508556;
	text-decoration: none;
}

a:hover {
	color: #508556;
	text-decoration: underline;
}

a:active { 
	outline: none; 
}

a:focus { 
	-moz-outline-style: none; 
}
