The Style Sheet used for the colour table.

This style sheet uses "classes" to modify the display. To find out more about this see the links section on the previous page.

TD {
   font-weight : 800; 
   font-size : x-large; 
   font-family : "Verdana", "Arial", "Helvetica", Sans-serif; 
}


.fyellow {
   color : yellow; 
   background : gray; 
}


.fwhite {
   color : white; 
   background : gray; 
}


.fteal {
   color : teal; 
   background : white; 
}


.fsilver {
   color : silver; 
   background : black; 
}


.fred {
   color : red; 
   background : white; 
}


.fpurple {
   color : purple; 
   background : white; 
}


.folive {
   color : olive; 
   background : white; 
}


.fnavy {
   color : navy; 
   background : white; 
}


.fmaroon {
   color : maroon; 
   background : white; 
}


.flime {
   color : lime; 
   background : gray; 
}


.fgreen {
   color : green; 
   background : white; 
}


.fgray {
   color : gray; 
   background : white; 
}


.ffuchsia {
   color : fuchsia; 
   background : white; 
}


.fblue {
   color : blue; 
   background : white; 
}


.fblack {
   color : black; 
   background : white; 
}


.faqua {
   color : aqua; 
   background : gray; 
}


.byellow {
   background : yellow; 
}


.bwhite {
   background : white; 
}


.bteal {
   background : teal; 
}


.bsilver {
   background : silver; 
}


.bred {
   background : red; 
}


.bpurple {
   background : purple; 
}


.bolive {
   background : olive; 
}


.bnavy {
   background : navy; 
}


.bmaroon {
   background : maroon; 
}


.blime {
   background : lime; 
}


.bgreen {
   background : green; 
}


.bgray {
   background : gray; 
}


.bfuchsia {
   background : fuchsia; 
}


.bblue {
   background : blue; 
}


.bblack {
   background : black; 
}


.baqua {
   background : aqua; }


Back