body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin: 4em;
  margin-top: 2em;
}

#header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 2.7em;
  letter-spacing: -0.08em;
  color: #CCC;
  margin: 0;
  padding: 0;
}

li {
  padding-bottom: .3em;
}

ul li {
  list-style-type: square;
  list-style-image: url(/images/components/bullets/quad.png);
}

#nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-weight: bold;
  padding-bottom: .4em;
  border-bottom: 1px dotted #BBB;
}

/* center library image */
#content {
  margin-top: 2em;
}

h3 {
  color: #333333;
  margin-bottom: 4px;
}

h4 {
  color: #333333;
  margin-bottom: 4px;
}

.indent {
  margin-left: 2em;
}

.indent2 {
  margin-left: 4em;
}

/*  links */
a {
  text-decoration:underline;
}

a.idem {
  text-decoration: none;
  color: gray;
}

a:link { color: blue; } 
a:visited { color: blue; } 
a:hover { color: white; background-color:blue; text-decoration:none; }
a:active { color: white; background-color:blue; text-decoration:none; }

a.nodec {
  color: black;
  text-decoration:none;
  background-color: white;
}

img.centered {
  margin-top: 6em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* QUOTES */
.block {
  font: .8em Verdana, sans-serif;
  line-height: 140%;
  width: 21em;
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
}

.credit {
  margin-top: 1em;
  margin-left: 1em;
  text-align: left;
  color: gray;
  font-style: italic;
}

.tr {
  margin-top: .5em;
  font-size: xx-small;
  text-align: right;
}

.quote {
  font: 0.8em Verdana, sans-serif;
  margin-top: 6em;
  margin-left: 20%;
  margin-right: 20%;
}

