﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta&family=Nunito+Sans&display=swap');
/* CSS Document */
body {
	color: #aaaaaa;
	background: #555555;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 100%;
	line-height: 1.6;
}

a:link, a:visited {
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	background: #eeeeee;
	color: #ff0000;
	height: 0px;
	text-decoration: none;
}

.matches {
	font-size: 0.8em;
	text-align: center;
}

.results_header {
	font-size: 0.90625em;
	font-weight: bold;
	text-align: center;
}

.preview_header {
	font-size: 1em;
	font-weight: bolder;
	text-align: center;
	line-height: 1.0;
}

.ppvvenue {
	font-family: 'Nunito', sans-serif;
	font-size: 0.95em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.results {
	font-size: 0.8125em;
	font-family: 'Mukta', sans-serif;
	text-align: left;
}

.title {
	font-weight: bold;
	text-decoration: underline;
}

.stip {
	font-weight: bolder;
	font-style: italic;
}

img.noborder {
	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*/;
}

img.wide {
	border-style: none;
	vertical-align: middle;
	object-fit: contain;
	width: 600px;
	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.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: 665px;
	text-align: center;
	z-index: 0;
	top: auto;
}

table.page-menu_left {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: 665px;
	z-index: 0;
	top: auto;
}

table.t1 {
	border-collapse: collapse;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}

th {
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: text-top;
}

td {
	border-style: none;
	margin: 2px;
	padding: 2px;
}