/*
 Styles for the 'What is Freemasonry' page only.
 Since this page is 'different' than the rest of
 the OSY site, these styles are defined in a separate
 file from the rest of the OSY pages.
*/

body {
  font-family: "New Century Schoolbook", Times, serif;
  text-align: center;
  color: white;
  background: #08004A url(../images/masonbg.gif) repeat-y;
}

p:first-letter {
  font-size: 150%;
}

.main {
  font-size: 150%;
  text-align: justify;
  margin: auto 10%;
}

.authors {
  font-size: 120%;
  color: #FFFF88;
  margin: 1em auto;
}

.copyright {
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 1em auto;
}
