h1 {
  font-family: times new roman;
  font-size: 24px;
  color: blue;
}

p.title {
  font-family: times new roman;
  font-size: 18px;
  line-height: 140%;
  text-align: justify;
}

p.des {
  font-family: times new roman;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
}

hr.sep {
  position: relative;
  top: -7px;
}

ul.big {
  font-family: times new roman;
  font-size: 20px;
  line-height: 180%;
  text-align: justify;
}

ul.small {
  font-family: times new roman;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
}

img.1 {
  position: relative;
  top: -20px;
}

td.title {
  font-family: times new roman;
  font-size: 20px;
  width: 75%;
  text-align: left;
}

td.backtop {
  font-family: times new roman;
  font-size: 20px;
  width: 25%;
  text-align: center;
}

td.sepbig {
  height: 18px;
}

ol.outer {
  list-style-type: decimal;
  font-family: times new roman;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
}

ol.inner {
  list-style-type: upper-alpha;
  font-family: times new roman;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
}