@charset "utf-8";
body {
	background-color: azure;
}

header {
	background-color: #1189AD;
	width: 97%;
	padding: 0.6em;
	position: relative;
}

footer {
	background-color: #1189AD;
	width: 97%;
	padding: 0.8em;
	position: fixed;
	bottom: 0.3em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: lighter;
	font-style: normal;
	font-size: 0.8em;
	text-align: center;
}

nav {
	text-align: right;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";

}

nav ul {
	display: inline-flex;
	list-style-type: none;
	text-align: center;
}

nav ul a {
	display: block;
	text-decoration-line: none;
	color: white;
	font-weight: bolder;
	padding: 0em 1em 0em 1em;
}

.ina {
	text-decoration: line-through;
}

.ABC	{
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	height: auto;
	text-emphasis-position: right;
	text-emphasis-style: double-circle;
	text-emphasis-color: yellow;
}

.ABC ul {
	display: inline-flex;
	list-style-type: none;
	text-align: center;
	height: auto;
}

.ABC ul a {
	display: inline;
	text-decoration-line: none;
	color: gold;
	padding: 0em 1em 0em 1em;
	height: auto;
}

.pagetitle {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 1.9em;
	text-align: center;
	text-shadow: 3px 6px #FFCCFF;
	text-transform: uppercase;
}

