body {
  background-color: white; // we don't use gray in web 2.0 times #cccccc;
  margin: 10px; 
}
h2 {
  margin-top: 15px;
}
a {
  text-decoration: none;
}
div.photoright {
  float: right;
  width: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
}
p.captionright {
  font-size: 90%;
  text-align: right;
}
div.footer { 
  //width: 100%;
  margin: 0 auto;
}
div.footerright {
  float: right;
  text-align: right;
  width: 50%;
}
div.footerleft {
  width: 50%;
}
