/* 
 * sewm.org default stylesheet
 *
 */

body {
  background: #EDF5FF; 
  font-family: Georgia, Verdana, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  text-align: left;
  letter-spacing: .035em;
}

h1 {
  color: #1b3c60;;
  display: inline;
  font-family: GoudyBookletter1911, Helvetica, Arial, sans-serif;
  font-size: 32pt;
  letter-spacing: .06125em;
}

header, article.photo {
  width: 70%;
  max-width: 1024px;
  margin: 0 auto 2em;
  text-align: center;
}

article.photo p {
  margin: 0;
  width: 100%;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

article.photo p a {
  float: right;
}

article.text {
  width: 70%;
  max-width: 750px;
  margin: 2em auto;
}

a {
  color: #A3CFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
}

