﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* CSS Document */
BODY {
	background: #555555;
	color: #aaaaaa;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 0.75em;
	line-height: 1.6;
}
A:hover {
	background: #eeeeee;
	color: #ff0000;
	text-decoration: none;
}
A:link, A:visited {
	color: #ff0000;
	text-decoration: underline;
}
table.page-menu {
	background-color: #333333;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	display: flex; /* or inline-flex */
	justify-content: center;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 0;
    align-items: center;
}
td.background1 {
	background-color: #333333;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 2;
	text-align: left;
	vertical-align: top;
}
div.container {
	align-items: center;
	display: flex; /* or inline-flex */
	justify-content: center;
	padding: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
img.banner {
	border-style: none;
	vertical-align: middle;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
.copyright {
	border-style: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}
hr.red {
	border: 0;
	color: #E4002B;
	background-color: #E4002B;
	height: 2px;
	width: 88%;
}
p {
	text-align: center;
}