*{
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  float: none !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  }

body{
  font-family: sans-serif;
  margin: 5% !important;
  padding: 0 !important;
  font-size: 100%;
  }
a{
  font-weight: normal;
  color:#F39500;
  text-decoration: underline;
  }
a:visited{
  color:#F39550;
  }
a:hover{
  text-decoration: none;
  color: #AAAAAA;
  }
a:focus{
  text-decoration: none;
  color: #f39550;
  }
li, dd{
  margin-left: 5% !important;
  }
fieldset{
  padding: 0.5em !important;
  }

h1{
  font-size: 1.6em;
  color: #000;
  font-family: georgia, serif;
  }

h2{
  font-size: 1.4em;
  color: #000;
  font-family: georgia, serif;
  }
h3{
  font-size: 1.3em;
  color: #BD7E15;
  }
h4{
  font-size: 1.2em;
  color: #CD491D;
  }
h5, h6{
  font-size: 1.1%;
  font-weight: bold;
  color: #AD7350;
  }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
  margin: 1em 0 !important;
  }
img{
  max-width: 100%;
  }
