body {
  background-color: white;
  text-align: center;
  font-family: Trebuchet MS,Arial,sans-serif;
  padding: 0em;
  margin: 0em;
  font-size: 90%;
}

h2 > a {
  text-decoration: none;
}

h1 {
  font-family: FontMB,Verdana,Arial;
  font-size: 2.6em;
  text-align: center;
  color: rgb(22, 55, 84);
  margin: 0em;
}

h2 {
  font-size: 1.3em;
}

div.spotlight {
  text-align: center;
}

#all {
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#header {
  margin-bottom: 0.7em;
  background-color: rgb(22, 55, 84);
  color: white;
  padding: 0.5em;
}

#content {
  margin: 0em;
  background-color: white;
  color: black;
}

ul.index {
  margin: 0em;
  padding: 0em;
}

ul.index > li {
  font-size: small;
  margin-right: 2em;
  display: inline;
}

ul.index > li.selected {
  color: #F0D052;
}

.index-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}


a.disabled,
a.disabled:hover {
  color: #dddddd;
  text-decoration: line-through;
}

p.note {
  font-size: 0.8em;
}

/* personas/index.html */
.gallery-item {
  list-style: none;
}

.gallery-item > div > h2 {
  color: rgb(246, 123, 0);
}

.gallery-item > div > p {
  font-size: 0.9em;
}

.columned-list {
  margin: 0;
  padding: 0;
  -moz-column-width: 15em;
  -moz-column-gap: 2em;
}

.preview img {
  border: solid thin #aaaaaa;
  padding: 1px;
}
