/* Enter Your Custom CSS Here */

h1 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
}

h2 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-style: normal;
}

h3 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

h4 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

h5 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}

h6 {
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}


p {
	font-size:24px;
}

/* selected link */
a:active {
color: red;
}

body {line-height: 1.6}