body {
	font-family: Calibri, sans-serif;
	margin: 0;
	font-size: 9pt;
	text-align: center;
	padding: 30px 0;
}

body.page-with-footer {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

body.page-with-footer #container {
	flex: 1;
	display: flex;
	flex-direction: column;
}

body.page-with-footer #main {
	flex: 1;
}

body.page-with-footer #footer {
	margin-top: auto;
	padding-top: 30px;
}

img {
	border: 0;
}

div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

nav#menu {
	margin: 0 0 25px;
}

nav#menu a {
	margin: 0 15px 0 0;
	font-size: 20pt;
}

h2 {
	font-size: 9pt;
	margin: 20px 0 10px;
}

p {
	margin: 0 0 10px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin: 0 0 10px;
	padding: 0;
	white-space: nowrap;
}

table {
	border-collapse;
	margin: 20px 0 0;
	background: url('../images/bck-content.png') repeat-y;
}

table td {
	vertical-align: top;
	width: 280px;
}

p#icons img {
	margin: 0 8px;
	border: 0;
}

p#hithit {
	line-height: 24pt;
}

p#hithit a {
	display: block;
	text-align: center;
	width: 280px;
	padding: 20px 0 15px;
	color: white;
	background: rgb(12,175,220);
	border-radius: 3px;
	text-decoration: none;
	font-size: 30pt;
	font-size: bold;
}

p#hithit a:hover {
	background: rgb(68,68,68);
}

p#hithit a span {
	font-size: 14pt;
}

p.video span {
	position: absolute;
	display: block;
	margin: -50px 0 0 0;
	background: white;
	padding: 5px;
}

p.video a:hover span {
	background: black;
	color: white;
}