@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
a:link {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #00f;
}
a:visited {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #808;
}
a:active {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #f04;
}
a:hover {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #f04;
}
body {
	background-color: #fff;
}
img {
	border: 0px;
}
h1 {
	padding: 30px 30px 20px;
	color: #fff;
	background-color: #000;
}
h2 {
	padding: 40px 48px 4px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}
h3 {
	padding: 24px 64px 0px;
	color: #006;
	font-weight: normal;
	letter-spacing: 1px;
}
p {
	padding: 6px 72px;
	line-height: 16px;
}
p.copyright {
	padding: 32px 16px 4px;
	color: #000;
	font-size: 10px;
	letter-spacing: 1px;
}
ul {
	padding: 4px 72px 8px;
	list-style-type: disc;
}
li {
	padding: 4px;
}
div.pagesubtitle {
	padding: 3px 6px 2px;
	color: #fff;
	background-color: #000;
}
ul.flex,
ul.flex > li {
	list-style-type: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex li {
	margin: 0 1rem 1rem 0;
	padding: 0.25rem 0.5rem;
}
