html{
    /* font-family: "Helvetica", Sans-Serif; */
    font-family: Sans-serif;
    font-size: 1.2rem;
    background: peachpuff;
}





.armodal1 {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 98%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  font-family: Sans-serif;
  font-size: 1.2rem;
  background: peachpuff;
  display: block;
  padding: 10px;
}


.armodal2 {
  /* background-color: #FFFFFF; */
  margin: 5% auto;
  padding: 10px; 
  color: black;
/*   box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4); */
}



.txt {
	/* Normal, without bullet */
        font-size: 1.2rem;
        /* border-style: solid; */
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
}


.txtr {
	/* With Round bullet */
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
    	display: list-item;          
    	/* list-style-type: square; */     
    	list-style-position: inside; 
}


.txts {
	/* With Square bullet */
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-left: 5px;
        margin-right: 5px;
    	display: list-item;          
    	list-style-type: square;     
    	list-style-position: inside;
}






.title{
        font-size: 1.8rem;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 5px;
}

.header{
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 1px;
        /* border-style: solid;  */

}

.notes {
        font-size: 1rem;
        margin-left: 10px;
        margin-right: 10px;
        font-style: italic;
}
 
sup {
        /* font-weight: bold; */
        font-style: italic;
}

