/*-*-C-*-*/
BODY {
  background-color: #FFFFFF;
  font-size: medium;
  font-family: Arial, sans-serif;
  margin-left:  10%;
  margin-right: 10%;
}
H1 {
  text-align: center;
  font-size: x-large;
  color: blue;
}
H2 {
  font-size: large;
}
.note {
  /* text-align: right; */
  font-size: x-small;
}
.clean {
  border-style: none;
}

