﻿body 
{
    margin: 0; 
    padding: 0; 
    background-image:url("Images/BodyBlend02.jpg"); 
    background-repeat:repeat-x;
    background-color: #CEB133;
    text-align: center;
    font-family: Arial;
    border-collapse: collapse;
    border-color: #111111;
}

a
{
    color: #CEB133;
    }

a:visited
{
    color: #CEB133;
    }

a:active
{
    color: #CEB133;
    }

h1
{
    font: sanserif;
}
h3
{
    font-style:italic;
    }

img 
{
    padding: 0;
    }

#content a
{
    color: Black;
    text-decoration: none; 
    }

#content h1
{
    color: Black;
    text-decoration: none; 
    }
#content
{
    width: 100%;
    text-align: center;
    padding: 0;
    color: DarkSlateGray;
    font: sanserif;
    }

#detailsContent
{
    }
    
#detailsContent a
{
    color: Black;
    text-decoration: none; 
    }
.menu
{
    text-align: center;
    color: #CEB133;
    border: 0;
    margin: 0;
    font-family: SansSerif;
    font-style: italic;
    }

.contentTable1 table
{
    background-color: LightGray;
    width: 800px;
    border: solid black 2;
    } 
    
.FIBSTeamTourney
{
    background-color: LightGray;
    text-align: right;
    font-family: Arial;
    }
    
#teamGammonStyle
{
    font-family: Arial;
    border: solid black 2;
    background-color: Gray;
}
        
#FIBSLogin
{
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: right;
    }       