html {
  /*font-size: 62.5%;*/
  font-size: 65.5%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
}

body {
	font-size: 1.8rem;
line-height: 1.55;
color: #383f4e;
 font-weight: 400;
}

p, ul, li, td{
	font-size: 1.7rem;  /* =15px */
}

h1,
.h1 {
  font-size: 2.4rem; /* =24px */
  line-height: 1.5;
  margin-bottom: .75rem;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 2.1rem; /* =20px */
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 2rem; /* =17.5px */
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
h4,
.h4 {
  font-size: 1.8rem;
  line-height: 1.364;
  margin-bottom: 1.364rem;
}


ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}
li{
	 margin-left: 1.8rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
em{
	font-style: italic;
}


a {
  color: #007bff;
  /*text-decoration: none;*/
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

p{
	margin-bottom: 1em;
}

