/***********************************************/
/* Hyperlinks */
/***********************************************/
a, a:visited {
	color: #000;
	text-decoration: none;
}

p a:after {
	content: " <" attr(href) "> " ;
}


