* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: white;
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
}

a, a:visited {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dotted #555;
}

a img {
  border: 0px;
}

h2 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  margin-bottom: .25em;
}

#outer {
  width: 885px;
  position: absolute;
  left: 50%;
  margin-left: -442px; 
}

h1#logo {
  width: 328px;
  height: 72px;
  margin-bottom: 0px;
  background: url('/bible/images/tecarta.png') no-repeat top left;
}

h1#logo span {
  display: none;
}

.section {
  margin-left: 2em;
  margin-bottom: 2em;
  width: 528px;
}

li {
  margin-bottom: .5em;
}

body {
  line-height: 1.4em;
}

.button {
  vertical-align: top;
  margin-right: 1em;
}

.inputname {
  text-align: right;
  font-weight: bold;
}

.rowspacer {
  height: 7px;
}

.linkbutton {
  background-color: #444933;
  padding: 4px 7px 4px 7px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;  
}

h3 {
  margin-top: 1em;
  margin-bottom: .5em;
}

#navbar a {
  text-decoration: none;
  font-size: 15pt;
  margin-right:3em;
}

#navbar {
  margin-bottom: 2em;
}