body
{
  background-color: #FFFFFF;
}

.standard
{
  font-family: Arial;
  font-size: 12pt;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
}

.cardbox
{
  border-radius: 15px;
  padding: 10px; margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

h1
{
  font-family: Arial;
  color: #000000;
  font-size: 16pt;
  line-height: 1.0;
  margin-bottom: 12px;
  font-weight: 700;
}

h2
{
  font-family: "Arial";
  color: #000080;
  font-size: 14pt;
  line-height: 1.0;
  font-weight: 700;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
}

h3
{
  font-family: Arial;
  color: #000000;
  font-size: 14pt;
  line-height: 1.0;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 500;
  text-decoration: underline;
}

A:link
{
  font-family: Arial;
  font-size: 12pt;
  color: #000080;
  font-weight: 700;
  text-decoration: none;
}

A:visited
{
  font-family: Arial;
  font-size: 12pt;
  color: #000080;
  font-weight: 700;
  text-decoration: none;
}

A:hover
{
  font-family: Arial;
  font-size: 12pt;
  color: #000080;
  font-weight: 700;
  text-decoration: underline;
}
