/* Reset styles for common HTML elements */
html, body, div, span, object, iframe, em, img, p, ol, ul, li, form, article, audio, video, h1, h2, h3, h4 {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 125%;
}

/* Body styles */
body {
  color: #000000; 
  background-color: #FFFFFC;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%;
  margin: 0.25rem 3% 0.25rem 7.5%;
  line-height: 1.5;
}


/* Paragraph styles */
p {
  margin-top: 1.5rem;
}

li {
  line-height:1.5;
}


/* Heading styles */
h1 {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

h2 {
  display: block;
  font-size: 1.45rem;
  margin-top: 2.33rem;
  margin-bottom: 0.83rem;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
  color: darkblue;
}

h3 {
  display: block;
  font-size: 1.35rem;
  margin-top: 2.33rem;
  margin-bottom: 0.83rem;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
  color:crimson;
}


h4 {
  display: block;
  font-size: 1.125rem;
  margin-top: 1.33rem;
  margin-bottom: 1.33rem;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
}

.infocenter {
  margin-top:.25rem;
  text-align:center;
  font-size:1.25rem;
  line-height: 1.25;
  }


.container {
  display: flex;
  justify-content: center;
}



/* Display image with text inside */

hr {
  width:85%;
  border:2px solid crimson;
  margin-top: .95rem;
  margin-bottom: 1.35rem;
}

.box {
  padding: 5px 10px 5px 5px;
  border: 5px solid red;
}

/* Center small image, 144px */
.centera {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 144px;
  margin-bottom:-1rem;
}


.attn {
  color: crimson;
}



ul li {
  list-style-position: outside;
  margin-left: 1rem;
  margin-bottom:.25rem;
}

li {
  margin-top: 0rem;
}


a:link {
  color: #1F51FF;
  text-decoration: underline;
}

a:visited {
  color: purple;
  text-decoration: underline;
}

a:hover {
  color: crimson;
  text-decoration: underline;
}

a:active {
  color: crimson;  
  text-decoration: none;
}

.grayed {
  opacity: .4
}

div.contentslink {
  position: fixed;
  top: 0px;
  left: 2px;
  margin: 0;
  opacity: 1;
  font-size: .7rem;
} 

div.toplink {
  position: fixed;
  top: 0px;
  left: 2px;
  margin: 0;
  opacity: 1;
  font-size: .8rem;
} 


@media only screen and (max-width: 480px) {

p {
  margin-top: 1.25rem;
}

}

@media print {
  html {
    background-color: white;
}
  body {
    font-size: 12pt;
    line-height: 1.2;
    margin-right: 2rem;
  }
  h2 {
      line-height:1.15;  /* to avoid scrunched subtitles */
  }
div.contentslink { display:none}
}
