/* California Strawberry Festival stylesheet */
/* base.css */
/* defines base site-wide styles */

/* BEGIN BASE STYLES */

#col2 img {
  margin: 1em;
}

#col2 h1 {
  font-size: 175%;
  line-height: 125%;
  margin-top: 1em;
  margin-bottom: .25em;
  color: #990033;

}

#col2 h2 {
  font-size: 175%;
  line-height: 125%;
  margin-bottom: 1em;

}

#col2 h3 {
  font-size: 150%;
  line-height: 125%;
  margin-top: 1em;
  margin-bottom: .25em;
  color: #990033;
}

#col2 h4 {
  font-size: 125%;
  margin-bottom: 1em;
}

#col2 .article ul {
  margin: 0 1em;
}

#col2 .article li {
  list-style: disc outside;
  line-height: 150%;
}

#col2 .article address {
  margin-bottom: 1em;
}

#col2 .article p {
  margin-bottom: 1em;
}

#col2 .article blockquote {
  margin: 0 2em 1em 2em;
}

/* END BASE STYLES */

/* end base.css */