/*************************************************/
/*  CSS styles for Tessellations.org            */
/*  (c) 2003 to the present, Tessellations.org */
/*  Authors = Seth Bareiss, David Annal       */
/*********************************************/

#banner {
	/*	background-image:url("graphics/bg-maloney-ghosts.png");  Special for Halloween 2012 */
    background-image:url("graphics/bg-goldfish.png"); /* Normal */
    /*  background-image:url("graphics/bg-yoda.jpg");    January 2014 only */
	}

#sprite { /* background-image:url("graphics/bunny-fu-fu.gif"); width:118px; height:117px;	  Easter 2014 */ 
		     background-image:url("graphics/sprite-bg-goldfish.gif"); width:120px; height:100px;	/* Normal */ 
		  /* background-image:url(graphics/sprite-maloney-ghosts-pumpkins.gif); width:115; height:83; Special for Halloween 2012
			 background-image:url(graphics/sprite-bg-brown-birds.gif); width:275px; height:100px;  	  Special for Christmas 
		     background-image:url("graphics/sprite-spaceship.gif"); width:100px; height:100px;	 January 2014 only */
			} 
			
/*      If 3 birds move across the banner, then #sprite { background-image:url(graphics/sprite-bg-brown-birds-3.gif); width:275px; height:100px;	} */
/* If only 1 bird moves across the banner, then #sprite { background-image:url(graphics/sprite-bg-brown-birds-1.gif); width:90px; height:75px;	} */

p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#CC3300;}

a  { color:#883333 }
a.tablelink { text-decoration:underline; font-weight:bolder; }
