* {
  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: Verdana;
	margin: 5% !important;
	padding: 0 !important;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
  margin: 1em 0 !important;
}

h2, h3, h4, a {
	color: #090;
}

a:visited {
  color: #600;
}

a {
  text-decoration: underline !important;
}

li, dd {
  margin-left: 5% !important;
}

fieldset {
  padding: 0.5em !important;
}

h1 {
  font-size: 150%;
  letter-spacing: -0.08em;
}

h2 {
  font-size: 130%;
  letter-spacing: -0.05em;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 180%;
  letter-spacing: -0.08em;
  font-weight: bold;
  background: #eee;
  margin-bottom: 1em;
}

#menu {
  background: #eee;
}

#sidebox {
  display: none;
}

#foot {
  background: #eee;
  color: #333;
  font-size: 90%;
  text-align: center;
  margin: 0;
}

.separator {
  height: 1em;
}

.cleaner {
  visibility: visible;
}

.hide {
  font-size: 100% !important;
}

.hidetext {
  text-indent: 0 !important;
}

.hidden {
  display: block !important;
}