
body {
/*  background-color: #242C75; */
  background-color: #1F2971;
  color: #FFFFCC;
  font-family: Gill Sans; 
  margin: 0px;
  text-align: justify;
}

p {
}

blockquote {
  line-height: 100%;
  color: #FFFFAA;
  text-align: left;
}

div.header {
  color: #FFFF33;
  font-size: large;
  text-align: left;
}

p:first-letter {
  font-size: 100%;
}

strong { 
  font-weight: bold;
  color: #FFFFAA;
}

a { color: gold; text-decoration: none }


