/* global start */

a[href^='https://']:after {
	content: url(../IMGS/256.svg);
	margin: 0 3px;
	/* filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.9)) */
}

a[href^='http://']:after {
	content: url(../IMGS/256.svg);
	margin: 0 3px;
	/* filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.9)) */
}

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	padding-bottom: 1px;
}

a:link.playButton {
	border-bottom: 0px dotted #333333;
}

a:hover.playButton {
	border-top: 0px dotted #333333;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	color: #333333
}

a:hover {
	color: #333333;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	padding-bottom: 1px;
}

body {
	padding: 1em;
	background: #e7e1da;
	/* background: #e7e1da; */
	/* background: #007b91; */
	/* background: #DD4814; /* true ubuntu */
	/* background: #E95420; /* ubuntu bright */
	color: #333333;
	line-height: 180%;
	font-family: 'Merri';
	font-size: 1em;
	/* -moz-hyphens: auto; */
	/* -ms-hyphens: auto; */
	/* -webkit-hyphens: auto; */
	/* hyphens: auto; */
	/* -moz-hyphenate-limit-chars: 5 2 2; */
	/* -ms-hyphenate-limit-chars: 5 2 2; */
	/* -webkit-hyphenate-limit-chars: 5 2 2; */
	/* hyphenate-limit-chars: 5 2 2; */
	/* text-align: justify; */
	/* text-justify: newspaper; */
	margin-bottom: 2em;
}



p {
	text-indent: 2em;
	line-height: 180%;
	margin: 0em;
}

.monoFaceCentered {
	font-family: 'Typewriter';
	text-indent: 0px;
	text-align: center;
}

.hd01 {
	margin-left: 10px;
	text-indent: -10px;
}

.textShadow {
	text-shadow:
		0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0, 0, 0, .1),
		0 0 5px rgba(0, 0, 0, .1),
		0 1px 3px rgba(0, 0, 0, .3),
		0 3px 5px rgba(0, 0, 0, .2),
		0 5px 10px rgba(0, 0, 0, .25),
		0 10px 10px rgba(0, 0, 0, .2),
		0 20px 20px rgba(0, 0, 0, .15);
}

@font-face {
	font-family: Typewriter;
	src: url('../fonts/Tox Typewriter.woff2') format('woff2');
	unicode-range: U+0025-00FF, U+2103, U+2032, U+2018-2019, U+201C-201D, U+0391-03C9;
}

@font-face {
	font-family: Typewriter;
	src: url('../fonts/heiJianTi.woff2') format('woff2');
	unicode-range: U+4E00-9FFF, U+3400-4DBF, U+2010-2035, U+FF1A-FF1B, U+FF0C, U+3001-3002, U+2264-2265, U+2460-2469;
}

@font-face {
	font-family: Merri;
	src: url('../fonts/MerriweatherSans-Regular.woff') format('woff');
}

@font-face {
	font-family: IMFE;
	src: url('../fonts/FeENrm2.woff2') format('woff2');
}

