* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background: #FFF;
  line-height: 1.4;
  font-family: sans-serif;
  font-size: 84%;
  color: #333;
}

h1 {
  line-height: 1.2;
  font-size: 136%;
}

h2 {
  line-height: 1.2;
  font-size: 129%;
}

h3 {
  line-height: 1.2;
  font-size: 122%;
}

h4 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 114%;
}

h5 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 107%;
}

h6 {
  margin-top: 1.5em;
  line-height: 1.2;
  font-size: 100%;
}

h3+h4,
h4+h5,
h5+h6 {
  margin-top: 1em;
}


li {
  list-style: inside disc;

  /* list-style: outside none; */
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

address,
em,
cite {
  font-style: normal;
}

code {
  font-family: "Courier New", Courier, monospace;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

pre code {
  padding: 0;
}

.block { 
  display: block;
}

.left { 
  float: left;
}

.right { 
  float: right;
}

.clear { 
  clear: both;
}

o.small { 
  font-size: 12px;
}

center { 
  text-align: center;
}

p.right { 
  text-align: right;
}

p.center { 
  text-align: center;
}

.space15 { 
  height: 15px;
  width: 100%;
}


input { 
}

input:hover { 
}

legend {
  color: #523527;
  background: #ffefd0;
  border: 1px solid #523527;
  margin-left:  10px;
  padding: 8px 8px;
  font-weight: bold;
}
