* {
  padding:0px;
  margin:0px;
  font-family:Century Gothic, Verdana, Arial;
  font-size:12px;
  text-align:left;
}

h1 {
   font-size:30px;
   font-weight:bold;
   margin-bottom:18px;
}

h2 {
   font-size:20px;
   font-weight:bold;
   margin-bottom:15px;
}

h3 {
   font-size:18px;
   font-weight:bold;
   margin-bottom:18px;
}

h4 {
   font-size:16px;
   font-weight:bold;
   margin-bottom:18px;
}

h5 {
   font-size:14px;
   font-weight:bold;
   margin-bottom:18px;
}

h6 {
   font-size:12px;
   font-weight:bold;
   margin-bottom:18px;
}

p {
  font-size:14px;
  margin-bottom:10px;
  line-height:1.3em;
}

ul {
    font-size:14px;
  margin-bottom:10px;
  line-height:1.3em;
}

li {
  font-size:14px;
  line-height:1.6em;
  margin-left:30px;
}