/* Bob Uhl's general site design */

body {
  font-family: serif;
  margin-top: 3%;
  margin-right: 6%;
  margin-left: 9%;
  margin-bottom: 6%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  text-decoration: none;
}

h1 {
  font-size: 1.7em;
  font-weight: bold;
  text-align: right;
/*  margin-left: -3% */
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-left: -3%;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -3%;
}

h4 {
  font-size: 1.02em;
  font-weight: bold;
  margin-left: -3%;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
}

h6 {
  font-size: 1em;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:link {
  background-color: transparent;
}

a:visited {
  background-color: transparent;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  background-color: transparent;
  text-decoration: underline;
}

hr {
  width: 50%;
}

address {
  text-align: center;
}

q {
  quotes: '\2018' '\2019' '\201C' '\201D';
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

img {
  border: 0;
}

.right {
  text-align: right;
}
