/* CSS file for print */

/* Improve colour contrast of links */
a:link, a:visited, a:hover, a:active
{
    COLOR: #000 !important;
    TEXT-DECORATION: underline !important;
}

/* Remove boarders */
BODY, .content, #contentcenter
{
    BORDER:  none !important;
    BACKGROUND:  white;
}

/* Remove unwanted elements */
.noprint
{
display: none;
}

/* Change headers to black */
*.hc1, *.hc2, *.hc4, *.hc6
{
    BORDER-COLOR: #000;
    COLOR: #000 !important;
}

/* Change table text and boarders to black */
Table.table-league, Table.table-fixturematches, Table.table-playerstats, Table.table-bonuspoints, Table.table-matchsheet, Table.table-venues, Table.table-teamlist, Table.table-referees ,Table.table-main, Table.table-results, Table.table-fixtureteams, Table.table-listofmatches ,Table.table-main caption, Table.table-results caption, Table.table-league TH, Table.table-fixtureteams caption, Table.table-fixturematches TH, Table.table-playerstats TH, Table.table-bonuspoints TH, Table.table-listofmatches caption, Table.table-matchsheet TH, Table.table-venues TH, Table.table-teamlist TH, Table.table-referees TH ,Table.table-main TD, Table.table-results TD, Table.table-league TD, Table.table-fixtureteams TD, Table.table-fixturematches TD, Table.table-playerstats TD, Table.table-bonuspoints TD, Table.table-listofmatches TD, Table.table-matchsheet TD, Table.table-venues TD, Table.table-teamlist TD, Table.table-referees TD
{
    BORDER-COLOR: #000;
    COLOR: #000 !important;
}

Div.content
{
margin:auto !important;
border:none;
}
