/* Background is white and the text colour is black */

body               {background: #ffffff; color: #000000;}

/* Tables */

table.data         {background: transparent; padding: 0.25em; width: 100%;}

td.centre          {text-align: center;}
td.right           {text-align: right;}
td.total           {text-align: right; font-weight: bold;}

td.fortex          {background: #ffffff; color: #000080;}
td.fortexc         {background: #ffffff; color: #000080; text-align: center;}
td.fortexr         {background: #ffffff; color: #000080; text-align: right;}
th.fortran         {background: #000080; color: #ffffff;}

td.spam            {background: #ffcccc; color: #000000; font-weight: bold;}
td.spamtotal       {background: #ffcccc; color: #000000; font-weight: bold;
                    text-align: right;}
th.spam            {background: #ffcccc; color: #000000;}
th.spamleft        {background: #ffcccc; color: #000000; text-align: left;}

/* Special markup */

.blue              {background: transparent; color: #0000ff;}
.centre            {text-align: center;}
.cyan              {background: transparent; color: #00ffff;}
.darkspam          {background: transparent; color: #cc6666; 
                    font-weight: bold;}
.floatleft         {float: left; padding: 1px 1em 1px 0;}
.floatright        {float: right; padding: 1px 0 1em 1px;}
.fortran           {background: transparent; color: #000080;}
.litespam          {background: transparent; color: #cc6666;}
.red               {background: transparent; color: #ff0000;}
.victory           {background: transparent; color: #cc6666;}
.yellow            {background: transparent; color: #ffff00;}

