/* Start of CMSMS style sheet 'fastfor-2-tables' */
.league_tables table
{
    width: 600px;
    border-width: 0px;
    border-color: #00f;
    border-spacing: 0;
    border-collapse: collapse;
}

.league_tables_high tr
{
    margin: 0;
    padding: 4px;
    border-width: 0px;

    background-color: #f00;
}

.league_tables td {

  background-color: #ffc 

}

/* End of 'fastfor-2-tables' */

