﻿html {
    background-size: cover;
    min-width: 1200px;
    min-height: 804px;
    background-color: skyblue;
}

h1 
{
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 30px;
    color: blue;
}

h2 
{
    font-size: 20px;
    color: blue;
}

.Banner 
{
    margin-top: 10px;
    width: auto;
    height: 130px;
    background: red;
    color: black;
    text-align: center;
    /*font-family: 'Engravers MT';*/
    font-size: xx-large;
    font-weight: bolder;
}

.Badge {
    height: 130px;
}

.SponserLink:hover
{
    color:Background red;
    color: blue
}

.MainMenu {
    font-size: 20px;
}

.MainMenu ul li a
{    
     color: White;
}

.MainMenu ul li
{   
    position: relative; 
    float: left;
    list-style: none; 
    margin-left: 20px;   
}

.MainMenu ul li a:hover
{
    color: black;
}

.AdminLogin:hover 
{
     color: White;
     background-color: black;
     cursor: default;
}

.AdminLogin 
{
    text-decoration: none;
    background-color: none;
    cursor: auto;
}

.Link {
    color: white;
}

a
{  
    color: white;
}

.MainMenu ul li ul
{
    display: none;
}

.left 
{
    float:left;
    width:250px;
    margin-left: 200px;
}

.center
{
    display: inline-block;
    margin:0 auto;
    width:150px;
}

.right 
{
    float:right;
    width:250px;
    margin-right:200px;
}

.HistLinks
{ 
    font-size: 19px;
    font-weight: bold;
    color: white;
}

.container 
{
    width:100%;
    text-align:center;
}

.color {
    background-color: skyblue;
}

.nav 
{
    margin-top: 0px;
    margin-left: -20px
}

.nav li 
{
    margin-right: 20px;
    display: inline;
}

.nav li a 
{
    color: white;
    text-decoration: none;
    text-decoration-line: none;
    font-size: 20px;
}

.nav li a:hover
{
    color: black;
}

.Bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
}






















































