/*
http://u-tx.net - Computing Pages. By Francesc Hervada-Sala, 2009.

'Purple numbers' were introduced by the web site of the 'Bootstrap Institute' (Doug Engelbart) as adaption of a feature from the Augment system for the web.

Here I use the name just to show the name of the parts contained in a webpage for link purposes.
*/

*[id]:before {
	content:" #" attr(id) " ";
	color:white;
	background-color: #d02090;
	font-size:10pt;
	font-family:verdana,sans serif;
	font-weight:bold;
	margin-right:4px;
}
