.externalLink {
	background:transparent url(/img/external.png) no-repeat scroll right center; 
	padding-right:13px;
	/* This is the external link icon used by Wikimedia, used under the GPL as spelt out here:
	http://commons.wikimedia.org/wiki/File:Icon_External_Link.png */
}

#ed_strong {
	font-weight: bold;
}

#ed_hardlink {
	color: blue;
	text-decoration: underline;
}

#ed_pipe_link {
	color: blue;
	text-decoration: underline;
}

#ed_del {
	text-decoration: line-through;
}

#ed_em {
	font-style: italic;
}

#ed_code {
	font-family: "Courier New", Courier, mono;
}


