a {
  color: #FFFFFF;
  text-decoration: none;
  /*border-bottom: 1px dashed #FFFFFF;*/
  font-weight: bold;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 20pt;
}

.panel {
  background:rgba(0, 75, 80, 0.4);
  width: 640px;
  margin: 100px auto 100px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 17pt;
  color: #FFFFFF;
  padding: 20px;
  text-align: center;
}

.small {
  font-size: 14pt;
}

.medium {
  font-size: 17pt;
}

.large {
  font-size: 22pt;
}

attr {
  font-weight: bold;
}

attr:after {
  content: " ~ ";
}

@media print {
  .panel {
    background: none;
  }
  body, p, h1, h2, h3, h4, h5, h6 {
    color: #000000;
  }
  a {
    color: #000000;
  }
}
