
*{
  padding: 0;
  margin: 0;
}

body {
  font-size: 100.1%;
  font-family: Georgia,serif;
  color: #000;
  padding: 0;
}

img{
  border: none;
}

a, a:visited {
  color: #FD8E44;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #000;
}

h1 {
  font-size: 1.45em;
  margin-bottom:18px;
}

h2 {
  font-size: 1em;
  margin-bottom: 12px;
}

h3{
  font-size: 1em;
  padding: 6px 0 2px 0;
}

h4,h5,h6{
  font-size: 1em;
}


fieldset{
  border: none;
}


.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.offscreen{
  position: absolute;
  left: -5000px;
}

