/* 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 */
#header, #menu, #footer, #contentleft, #contentright, img, .noprint, .hc6
{
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-main, Table.table-results, Table.table-league, Table.table-fixtureteams, Table.table-fixturematches, Table.table-playerstats, Table.table-listofmatches, Table.table-matchsheet, Table.table-playerrecord, Table.table-teamlist, Table.table-referees, Table.table-manofmatch ,Table.table-main caption, Table.table-results caption, Table.table-league TH, Table.table-fixtureteams TH, Table.table-fixturematches TH, Table.table-playerstats TH, Table.table-listofmatches caption, Table.table-matchsheet TH, Table.table-playerrecord TH, Table.table-teamlist TH, Table.table-referees TH, Table.table-manofmatch 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-listofmatches TD, Table.table-matchsheet TD, Table.table-playerrecord TD, Table.table-teamlist TD, Table.table-referees TD, Table.table-manofmatch TD
{
    BORDER-COLOR: #000;
    COLOR: #000 !important;
}

/* Remove margins */
Div.leftcolumn, Div.rightcolumn
{
float:none;
width:0px !important;
margin:0;
}

Div.content
{
margin:auto !important;
border:none;
}
