body
{
    text-align: center;
    font-family: Calibri;
    font-size: small;
    color: #FFFFFF;
    background: #000000;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

.h, .h:link, .h:visited, .h:hover
{
    text-decoration: none;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 10%;
    line-height: 0.1em;
}

#Main
{
    width: 700px;
    margin: 0 auto;
}

#TitleBar
{
    background-image: url(images/titlebar.jpg);
    width: 700px;
    height: 150px;
}

#SideBarColumn
{
    width: 190px;
    float: left;
    display: block;
    margin-right: 10px;
}

#ContentColumn
{
    width: 500px;
    float: right;
}

#HiddenLeagueIndex
{
    display: none;
    width: 0px;
    height: 0px;
}

#HiddenUpcomingMatchesLeagueIndex
{
    display: none;
    width: 0px;
    height: 0px;
}

#LeagueTable
{
    width: 170px;
    border-collapse: collapse;
}

#FullLeagueTable
{
    width: 670px;
    border-collapse: collapse;
}

.LeagueTableHeading
{
    border-bottom: 2px solid #333333;
    padding: 2px;
    text-align: left;
}

.LeagueTableCell
{
    padding: 2px;
    text-align: left;
}

.upcomingMatchTemperature
{
    font-size: 160%;
    font-weight: bold;
}
.upcomingMatchBoxBody
{
    text-align: center;
}
.eventBox
{
    border: 2px solid #2190FF;
    background-color: #99CCFF;
    color: #000000;
    position: absolute;
    left: 440px;
    top: 750px;
    width: 200px;
}

a {text-decoration: none;}

a:link {color: #99CCFF;}
a:visited {color: #99CCFF;}
a:active {color: #99CCFF;}
a:hover {color: #99CCFF;}

a:link img{border: 2px solid #99CCFF;}
a:visited img{border: 2px solid #99CCFF;}
a:active img{ border: 2px solid #99CCFF;}
a:hover img{border: 2px solid #99CCFF;}