body {
	padding: 0.7em;
	font-family: Calibri, sans-serif;
	font-size: 16px;
} 
h1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px; 
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	text-align: left;
}
h3 {
	font-family: Calibri, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
	padding-top:20px;
	text-align: left;
}
td {
	font-size: 16px;
}
a,a:hover,a:visited {
	color: #444;
}
pre, code, kbd {
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4;
}
pre {
	white-space:pre-wrap;
	word-wrap:break-word;
	overflow:auto;
}
.maindiv {
	background-color: #F1F1F1;;
	max-width: 820px;
	margin: 0 auto;
	padding: 15px;
	text-align: justify;
	text-justify: inter-word;
}
.logo_bg {
	width: 1em;
	height: 1em;
	background-color: #900;
	display: inline-block;
	/*box-shadow: .1em .1em .05em #444;*/
}
.logo_fg {
	width: .125em;
	height: .125em;
	box-shadow:	.3125em .1875em #fff,.5em .1875em #fff,.6875em .1875em #fff,.5em .375em #fff,.6875em .375em #fff,.3125em .5625em #fff,.6875em .5625em #fff,.125em .75em #fff;
}
.pixelated {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: pixelated;
}
ul {
	margin-left: 10px;
	text-align: left;
}
ul.flag {
	list-style-type: none;
	line-height: 140%;
	margin-left: 0px;
}
svg.li {
	margin-right: 5px;
	width: 17px;
	vertical-align: middle;
}

/* donation button */
.donate {
	font: 15px "Helvetica";
	display: inline-block;
	position: relative;
	text-decoration: none;
	background: #00684d;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%), -webkit-linear-gradient(left, #00b486 0%, #00684d 50%, #00b486 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(to right, #00b486 0%, #00684d 50%, #00b486 100%);
	background-position: 0 0;
	background-size: 200% 100%;
	border-radius: 4px;
	color: #fff;
	padding: 15px 65px 15px 15px;
	text-shadow: 1px 1px 5px #666;
	-webkit-transition: all 600ms;
	transition: all 600ms;
}
.donate:after {
	border-left: 1px solid #004f3a;
	color: #003527;
	content: "\002764\00FE0E";
	font: 17px "Helvetica";
	padding: 10px 0;
	padding-left: 15px;
	position: absolute;
	right: 15px;
	top: 2px;
	-webkit-transition: all 450ms 150ms;
	transition: all 450ms 150ms;
}
.donate:hover {
	color: #fff;
	background-position: -100% 0;
}
.donate:hover:after {
	border-left: 1px solid #008260;
	color: #fff;
	text-shadow: 0 0 10px #000;
}
.donate:visited {
	color: #fff;
}