* {
	font-family:'trebuchet ms';
}

#profilepic {
	border:1px solid #999;
	float:right;
	margin:25px 0 2px 5px;
	width:200px;
	min-height:220px;
	background-color:#c1c1e3;
}

#content a.external,#content  a[href ^="http://"] {
	background: url('/img/external.png') center right no-repeat;
	padding-right: 13px;
}

#content a.wiki,#content  a[href ^="http://en.wikipedia.org"] {
	background: url('/img/wiki.png') center right no-repeat;
	padding-right: 15px;
}

#content a.mail,#content  a[href ^="mailto:"] {
	background: url('/img/mail.png') center right no-repeat;
	padding-right: 18px;
}

#content a.pdf,#content  a[href $=".pdf"] {
	background: url('/img/pdf.png') center left no-repeat;
	padding-left: 16px;
}