<p>This is <a href="#" title="Example Site">an example link</a> to another page on this website</p>
        
    
        <p>This is <a href="#" title="Example Site">an example link</a> to another page on this website</p>
    
        
            
            /* No context defined for this component. */
            
        
    
                                a {
	color: $link;
	text-decoration: none;
	&:hover {
		color: $link-alt;
		text-decoration: underline;
	}
	&:visited {
		color: $link-alt;
	}
	&:focus {
		background-color: $highlight;
		outline: 3px solid $highlight;
	}
}
                            
                            
                        A standard link