/* Style sheet for Sahuaro Band web pages */

BODY {
  color: black;

  /* NETSCAPE BUG The spec says the URL is relative to the stylesheet
   * NOT the document.  Seems to be reversed for netscape 4.7
   * http://www.w3.org/TR/REC-CSS1#url  */

  background: url("../graphics/instrument-clump1.gif") white 100% repeat fixed;
  /*

  background-color: white;
  background-image: url(chalk.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 100% 100%;  
  */




/*
  background-image: url(graphics/instrument-clump.gif);
  background-color: #ffffff;
  color: #000000;
*/


}

/* For use as buttons */
span.but {
  text-align: center;
  font-weight: bold;
}	
a.c8 {color: red; font-size: 172%}
span.c7 {font-size: 119%}
u.c6 {color: red; font-size: 172%}
li.c5 {list-style: none}
span.c4 {font-size: 172%}
span.c3 {color: #0000ff}
div.c2 {text-align: center}
h1.c1 {color: #800080; font-family: times new roman; font-style: italic}
h1.c3 {text-align: center}
i.c2 {color: #800080}

/*
 div.c10 {font-weight: bold; text-align: center}
 div.c9 {text-align: center}
 span.c8 {font-family: verdana,arial; font-size: 80%}
 span.c7 {font-family: verdana,arial}
 h2.c6 {text-align: center}
 h3.c5 {color: #ffffff}
 span.c4 {color: #0000ff}
 span.c1 {font-size: 80%}

  span.c7 {font-family: verdana,arial; font-size: 80%}
  span.c6 {font-family: verdana,arial}
  h2.c5 {text-align: left}
  h3.c4 {text-align: center}
  span.c3 {color: blue}
  div.c2 {text-align: center}
  span.c1 {color: #800080; font-family: times new roman}

 span.c3 {color: blue}
 div.c2 {text-align: center}
 span.c1 {color: #800080; font-family: times new roman}


 */

