Add this to your style sheet if you want to display a dotted border underneath the abbr element whenever it has a title attribute.

	
	abbr[title] {
		border-bottom: 1px dotted #000;
	}