/*
 

   Stats Table Style Sheet
   Author: Greg Luke
   Date:   May 6, 2010

   Filename:         data.css
   Supporting Files: none

*/

<style type="text/css" media="screen">

table.schedule	{border: 20px outset rgb(85,107,47); border-collapse:collapse; font-family: Arial, Helvetica, sans-serif; font-size: 0.7em}

table.schedule th, table.schedule td	{border: 1px solid}

table.schedule thead		{color: white; background-color: rgb(85,107,47)}

table.schedule col.firstCol	{background-color: rgb(218,165,32)}

table.schedule col.fatCol	{background-color: rgb(250,0,0)}





