﻿body
{
    margin: 0;
    padding: 0;
    font-size: 12pt;
    text-align: center;
    background: #8EA1B2;
}



.gameName
{
    font-family:Arial;
    font-size:8pt;
    color:black;
}

.gameName a:link, .gameName a:visited
{
    color: #923E2A;
    font-weight: bold;
    text-decoration: underline;
    text-align:center;
    font-size:10pt;
    
}

.gameName a:link:hover, .gameName a:visited:hover
{
    color: #582B11;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
}

.homeInfo
{
    font-family:Arial;
    font-size:8pt;
    color:black; 
    text-align:left;
}

.homeInfo a:link, .homeInfo a:visited
{
    color: #32A901;
    font-weight: bold;
    text-decoration: underline;
    text-align:center;
    font-size:14pt;
    
}

.homeInfo a:link:hover, .homeInfo a:visited:hover
{
    color: #FE0003;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
}


.information
{
    color: #923E2A;
    font-family:Arial;
    
}

.navigate 
{
    color: #bf0d09;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    text-align:center;
    text-decoration: none;
}

.navigate a:link, .navigate a:visited
{
    color: #32A901;
    font-weight: bold;
    text-decoration: none;
    
}

.navigate a:link:hover, .navigate a:visited:hover
{
    color: #FE0003;
    font-weight: bold;
    text-decoration: none;
}

.topHeader
{
    background-color: #043057;
}