
span.pagetitle {
 color: #8080C0;
 size: +1;
}

p.body {

}


th.tableheaders {
 color: #FFFF00;
 text-decoration: underline;

}

td.rank {
/*This one adjusts the 'rank' column of numbers */
text-align: center;

}

td.charname {
/*This one adjusts the character name column */
font-family: Times New Roman;
text-align: center;

}

td.score {
/*This one adjusts the score column */
font-family: Arial;
font-weight: normal;
text-align: center;
}

td.wins {
/*This one adjusts the wins column */
font-family: Arial;
text-align: center;

}

td.losses {
/*This one adjusts the losses column */
font-family: Arial;
text-align: center;
}

