body {
  text-align : center;
  line-height : 2;
  background-color : #ccffcc;
}
h1 {
  font-size : 120%;
  text-align : center;
  margin-bottom : 0px;
}
h2 {
  float : left;
  font-size : 100%;
  margin-top : 0px;
  margin-bottom : 0px;
  margin-right : 20px;
}
p {
  font-size : 90%;
  padding-left : 0px;
  margin-top : 2px;
  margin-bottom : 0px;
}
a:visited, a:active, a:link {
  text-decoration : none;
  color : blue;
}
a:hover {
  text-decoration : underline;
  color : #DD0000;
}
.contents {
  text-align : left;
  background-color :#ccffcc;
  width : 640px;
}
.l2 {
  clear : both;
}
.l3 {
  clear : both;
  margin-left : 10px;
  background-color : ivory;
}
.l3 p {
  padding-left : 10px;
  padding-right : 10px;
  margin-top : 0px;
  float : left;
  background-color : ivory;
  font-size : 80%;
}