    /* Sticker Sheet Club Styling
    http://www.stickersheetclub.neocities.org 
    */
    
    /* Table Styling */
    table {
      background-color: #4b0082; 
      border: 1px solid #4b0082;
      width: 250px;
    }
		/* Space between the stickers */
		td img {
      padding:0px 15px;
		}
	
			
    /* To customize mulitple sets of tables:
    Each sticker sheet has 3 tables: ssclubheader_#, ssclubstickers_#, and #ssclubfooter_#. 
    Give each set of tables a different number.
    */
	    
    #ssclubheader_1 {
    /* You can use the background header image code here and remove it from the HTML.
     background-image:url('https://stickersheetclub.neocities.org/images/stickersheetheader.png'); 
    background-repeat: no-repeat; 
    background-position: top center;
    */
    }
			
  	#ssclubstickers_1 {
    /* You can add a different background color or image here too! */
    background-color: #4b0082; 
    }
			
    #ssclubfooter_1 {
    /* Here too! */
    }
			