﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Lato&family=Tinos&family=Ubuntu&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-family: 'Ubuntu', sans-serif;
	font-size: 100%;
	line-height: 1.6;
}
a, a:link, a:visited {
	color: #e5ff4c;
	text-decoration: none;
}
a:hover {
	background-color: #d0ccc8;
	color: #c8102e;
	text-decoration: none;
}
.number {
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.prestory {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.75em;
	font-style: oblique;
	text-align: center;
}
.story {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 0.875em;
	text-align: justify;
}
h1 {
	color: #c8102e;
	font-family: 'Tinos', serif;
	font-size: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img.noborder {
	border-style: none;
	vertical-align: center;
}
img.profile {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 124px;
	width: 124px;
	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*/
}
img.no_border {
	border-style: none;
	height: 125px;
	width: 125px;
	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*/
}
table.border {
	border-collapse: collapse;
	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;
}
table.t1 {
	border-collapse: collapse;
	border-style: none;
	font-family: 'Lato', sans-serif;
	font-size: 0.875em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	width: 93%;
}
th, td {
	border-style: none;
	margin: 1px;
	padding: 3px;
	vertical-align: middle;
}
th {
	font-weight: bolder;
	text-align: center;
}
ul.a {
	list-style-type: disc;
	text-align: left;
}