/* SPARC Web site style sheet */

/* Default background colour */
body { background: #DEE2E1; }

/* Main Headers */
h1 {font-family: 'Arial Rounded MT Bold'; color:#990000;}

/* Menu Items formats */
a.menu {font-family:Arial; font-size:small;text-decoration:none;}

/* Table formats */

table.left
{ 
border-right: thin solid steelblue;
/* border-bottom: thin solid blue; */
/* border-top: thin solid blue; */
} 

table.right
{ 
border-top: thin solid steelblue;
border-bottom: thin solid steelblue;
} 

/* Table header format */

/* th {background-color: #808080} */
th {background-color: blue; color:yellow}
