/* ux.css */

body {
  font-family: Segoe UI, Tahoma, sans-serif;
  margin: 10px;
  font-size: 90%;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 90%;
}

p, dl, pre {
  margin: 0 0 2em 0;
}

ul, ol {
  margin: 0 0 2em 1em;
  padding: 0;
}

ul {
  list-style-type: disc;
}

li {
  margin: 0;
  padding: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}
