body {
	background: white;
	color: black;
}

/*External Links*/

a[href^=http]:before {
    content: '⤴';
}

