* { 
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  background-color: transparent;
}
img {
  border: 0px;
}
em {
  font-style: normal;
}
body {
  background-color: #dedddd;
}
h1 {
  font-size: 180%;
  margin: .5em 0;
}
h2 {
  font-size: 120%;
  margin: 0 3%;
}
h3 {
  font-size: 110%;
  margin: 0 5%;
}
h1, h2, h3, h4, h5, h6, em {
  font-family: "Century Gothic", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.noindent {
  text-indent: 0em;
}
/*
hr {
  border:0;
  margin:0;
}
*/
hr.small {
  width: 10%;
}
span.del {
  text-decoration: line-through;
}
p {
  text-indent: 1.5em;
  margin: 0 auto;
}
p, ul, ol, dt {
  line-height: 1.6;
}
ul {
  list-style-type: circle;
  list-style-position: inside;
}
.pre {
  text-indent: 0;
  white-space: pre;
}
