

body {
  display: block;
  margin: 8px;
  font-size:12px;
}

p {
  display: block;
}

dt {
  display: block;
  margin-left: 40px;
}

dd {
  display: block;
  margin-left: 40px;
}

blockquote {
  display: block;
}

address {
  display: block;
  font-style: italic;
}

center {
  display: block;
}


h1 {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-weight: bold;
  font-size: 10px;  
}

h5 {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

h6 {
  display: block;
  font-size: 8pxem;
  font-weight: bold;
}


pre {
  display: block;
  white-space: pre;
  margin-bottom:0;
}   

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

i {
  font-style: italic;
}

cite {
  font-style: italic;
}

em {
  font-style: italic;
}


u {
  text-decoration: underline;
}

ins {
  text-decoration: underline;
}

s, strike, del {
  text-decoration: line-through;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}


ul {
  display: block;
  list-style-type: disc;
  margin: 80px 0 8px 30px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 8px 0 8px 10px;
  padding-left: 30px;
}

li {
  display: list-item;
}



hr {
  display: block;
  border: 1px inset;
  margin: 0 auto 0 auto;
}