﻿@charset "utf-8";

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

a {
	color: #ffffff;
}

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

a:hover {
	background-color: #792b55;
	color: #2a75b9;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #ffffff;
	font-family: 'Tinos', serif;
	font-weight: bold;
	text-align: center;
}

.nav {
	color: #ffffff;
	text-align: center;
	font-family: 'Mukta', sans-serif;
	font-weight: bolder;
}

img.headline {
	border-style: none;
	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.mainstyle {
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
	margin: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

th {
	color: #FFFFFF;
	font-family: 'Tinos', serif;
	font-weight: bold;
	border-style: none;
	text-align: left;
	margin: 3px;
	padding: 3px;
}

td {
	border-style: none;
	width: 320px;
	margin: 3px;
	padding: 3px;
	vertical-align: top;
}