h1 { line-height: 150%;
  font-size: 140%;
  font-weight: bold;
}
h2 { line-height: 120%;
  font-size: 120%;
  font-weight: bold;
}
h3 { line-height: 120%;
  font-size: 110%;
  font-weight: bold;
}
p { line-height: 110%;
}
blockquote, ul, li, ol { line-height: 110%;
}
html { direction: ltr;
}