@charset "utf-8";
/* CSS Document */

html {
	font-size: 1em;
}

body {
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 100%;
}

body.index {
	text-align: center;
}

p {
	font-size: 11pt;
	text-align: center
}

h1 {
	font-size: 19pt;
	text-decoration: none;
}

h2 {
	font-size: 24pt;
}

h3 {
	font-size: 15pt;
}

h6 {
	font-size: 15pt;
}


a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
img {
	max-width : 100%;
	height : auto;
	border: none;
}

body.index hr {
	width: 1.25rem;
	border: none;
	border-top: 3px dotted black;
}

nav ul {
	list-style: none;
}
nav li {
	display: inline-block;
}
nav li:not(:last-child):after {
	content: " – ";
}
