﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Assistant&family=Barlow&family=Bebas+Neue&family=Bree+Serif&family=Caladea&family=Catamaran&family=Crimson+Text&family=Fira+Sans&family=IBM+Plex+Sans&family=Lato&family=Libre+Franklin&family=Lora&family=Mulish&family=Nunito&family=Nunito+Sans&family=Open+Sans&family=Roboto&family=Sanchez&family=Source+Serif+Pro&display=swap');
/* CSS Document */
BODY {
	background: rgb(73,80,87);
	background: linear-gradient(0deg, rgba(73,80,87,1) 0%, rgba(52,58,64,1) 50%, rgba(33,37,41,1) 100%);
	color: #ffffff;
	font-size: 100%;
	font-family: 'Lora', serif;
	line-height: 1.75;
	text-align: center;
}
a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}
a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}
p {
	font-size: 0.875em;
}
div.l1 {
	float: left;
	width: 150px;
	margin: 0 0 10px 15px;
	padding: 10px;
	color: #eeeeef;
	font-size: 0.75em;
	font-family: 'Libre Franklin', sans-serif;
	text-align: center;
}
div.r1 {
	float: right;
	width: 150px;
	margin: 0 0 10px 15px;
	padding: 10px;
	color: #eeeeef;
	font-size: 0.75em;
	font-family: 'Libre Franklin', sans-serif;
	text-align: center;
}
h1 {
	color: #c8102e;
	font-family: 'Bree Serif', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border-style: none;
	margin: auto;
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	min-width: 98%;
	text-align: center;
	z-index: 0;
	top: auto;
}
td {
	border-style: none;
	margin: 1px;
	padding: 3px;
}
