html {
  font-size: 80%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  line-height: 1.4;
  color: black;
  background: white; }

h1, h2, h3, h4, h5, h6 {
  margin: .5em 0 .5em 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.30em; }

h4 {
  font-size: 1em; }

ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0; }

p {
  margin: .75em 0; }

address {
  margin: .75em 0;
  font-style: normal; }

a {
  text-decoration: underline;
  outline: 0; }
  a:link {
    color: mediumblue; }
  a:visited {
    color: indigo; }
  a:hover, a:active {
    color: crimson; }
  a img {
    border: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input, button, select {
  vertical-align: middle; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

.both {
  clear: both;
  font-size: 0;
  line-height: 0; }
