body {
  background: #FFE;
  margin: 1em 2em;
}
p {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  text-indent: 1em;
  margin: .5em 0em;
}
li {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
div.photo {
  margin: 1.5em 3em;
}
div.photo p {
  text-indent: 0em;
  margin: 0.5em 0em;
}
h1 {
  text-align: center;
  color: #C61;
  font: bold xx-large Verdana, sans-serif;
}
h2 {
  color: #A22;
  font: bold x-large Verdana, sans-serif;
  margin: 1em 0em .5em -.5em;
}
h3 {
  color: #060;
  font: bold large Verdana, sans-serif;
}
h4 {
  color: #060;
  font: bold medium Verdana, sans-serif;
}
address {
  text-align: right;
  font: italic medium Times New Roman, serif;
}
A:link { 
  text-decoration: none;
  font-weight: bold;
  color: #C00;
  background: #FF8;
} 
A:visited { 
  text-decoration: none;
  font-weight: bold;
  color: #999;
  background: #FF8;
} 
A:active { 
  text-decoration: none;
  font-weight: bold;
  color: #F00;
  background: #FC0;
} 
A:hover { 
  text-decoration: none;
  color: #C00;
  background: #FC0;
} 
