body {
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #222;
    margin: 0px;
    line-height: 1.6;
}
h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 0px;
}
h2 {
    margin-bottom: 0px;
}
p {
    /*max-width: 700px;*/
    text-align: center;
    margin: 4px auto;
}
a {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 18px;
    color: #0066cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.width30 {
  width: 30%;
}
.width50 {
  width: 50%;
}
.width70 {
  width: 70%;
}
.width100 {
  margin-left: 40px;
  width: 100%; 
}
.tinynote {
  text-align: center;
  font-size: smaller;
}
.bordered {
  border: 1px solid black;
  margin-left: 10px;
  margin-right: 10px;
}
@media print {
  .no-print {
    display: none;
  }
}
.center-underline {
  text-align: center;
  text-decoration: underline;
}