Please send questions to st10@humboldt.edu .

/* CSS for viewing on-screen (not  */
/*    in print, print preview)     */
/*                                 */
/* example w/thanks to W. Classon  */
/*                                 */
/* last modified: 4-15-10          */

table.magical-table 
{
   width:500px;
   border: 1px solid blue;
   border-collapse:collapse;
}

table.magical-table tr.odd td 
{
   background-color:#FFF;
}

table.magical-table tr.even td 
{
   background-color:#CCF;
}