body
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.mainbody
{
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.standard
{
  color: #000000;
  font-family: "Arial";
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 6px;
  text-align: left;
}

.standardleft
{
  color: #000000;
  font-family: "Arial";
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 0px;
  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);
  background-color: #FFFFFF;
}

.footer
{
  color: #000000;
  font-family: "Arial";
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.footer A:link
{
  color: #000000;
  font-family: "Arial";
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.footer A:visited
{
  color: #000000;
  font-family: "Arial";
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

.footer A:hover
{
  color: #000000;
  font-family: "Arial";
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}

h1 
{
  text-align: left;
  font-family: "Arial";
  color: #0000FF;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2
{
  font-family: "Arial";
  color: #000000;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 2px;
}

h3
{
  color: #000000;
  font-family: "Arial";
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0px;
  margin-bottom: 6px;
  font-weight: 700;
  text-decoration: none;
}

A:link
{
  font-family: "Arial";
  font-size: 18px;
  color: #0000FF;
  font-weight: 700;
  text-decoration: none;
}

A:visited
{
  font-family: "Arial";
  font-size: 18px;
  color: #0000FF;
  font-weight: 700;
  text-decoration: none;
}

A:hover
{
  font-family: "Arial";
  font-size: 18px;
  color: #0000FF;
  font-weight: 700;
  text-decoration: underline;
}


#collapse{
display:none;
}

#collapse:target{
display:block;
}


.accordiancontainer
{
  color: #800000;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
}

.accordiancontainer:hover
{
  color: #008000;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: left;
  outline: none;
}

.accordian
{
  color: #FFFFFF;
  cursor: pointer;
  padding: 0px;
  border: none;
  text-align: left;
  outline: none;
}

.accordian:hover
{
  background-color: #000000;
}



 /* Tooltip container */
.tooltip
{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext
{
  visibility: hidden;
  width: 300px;
  background-color: #FFFFCD;
  color: #000000;
  text-align: left;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after
{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext
{
  visibility: visible;
  opacity: 1;
} 


