/* Style sheet for Friends of the Morgan Hill Library */

body {
/*  background-color: #630; */
  background-color: #fff;
  background-image: url('/images/theme/back_3.png');
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

/* so linked image won't have border */
a img { border:none; }

p {
  font-family: Arial, Helvetica, sans-serif;
  }

/* Custom section headings */
.sec1 {
  color: #630;
  font-size: larger;
  font-weight: bold;
  text-shadow: 4px 4px 2px #aaa;
  }
  
/* Same as "sec1", except default color */
.sec2 {
  font-size: larger;
  font-weight: bold;
  text-shadow: 4px 4px 2px #aaa;
  }
  
/* Same as "sec1", except default color, no drop-shadow */
.sec3 {
  font-size: larger;
  font-weight: bold;
  }
  