body {
  color: black;
  background-color: #e8e8e8;
  font-family: "Lucida Grande", 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  padding-top: 1%;
  padding-bottom: 5%;
}
.mefont {
  font-family: AppleGothic, HelveticaNeue-Light, Helvetica, Arial, sans-serif;
}
.rounded_corners_5px {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.text-shadow-2px {
  text-shadow: darkgrey 2px 2px 2px;
}
.shadow_effect {
  box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
}
h2, h3, h4 {
  padding-top: 1em;
}
ol li {
  margin-top: 1em;
  margin-right: 5em;
  margin-left: 4em;
}
ul.inline-left-floating-pipe-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-left-floating-pipe-list li {
  float: left;
  border-left: 1px solid black;
  padding-left: 1em;
  margin-left: 1em;
}
.inline-left-floating-pipe-list li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}
#top-nav-bar {
  margin-bottom: 3em;
}
.shadow-box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  -moz-box-shadow: 10px 10px 5px #888;
  background-color: white;
  border: 1px solid #848284;
  position: relative;
}
div.shadow-box {
  padding: 2% 4%;
}
/* links */
a {
  color: #0000eb;
  /* end :link */

  /* end :visited */

}
a:link {
  text-decoration: underline;
  border-width: 1px 2px 2px 1px;
  border-color: transparent;
  border-style: solid solid solid solid;
}
a:link:hover {
  text-decoration: none;
  background-color: #F8F8F8;
  border-color: #A8A8A8;
  border-width: 1px 2px 2px 1px;
  color: #0000cb;
}
a:visited {
  color: #800080;
  text-decoration: underline;
  border-width: 1px 1px 1px 1px;
  border-color: transparent transparent #800080;
  border-style: dotted dotted dotted dotted;
}
a:visited:hover {
  text-decoration: none;
  background-color: #F8F8F8;
  border-color: #A8A8A8;
  color: #600060;
  border-width: 1px 1px 1px 1px;
}
a img {
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.no-border-link,
.no-border-link:hover,
.no-border:hover,
.no-border {
  border: none !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
/* end links */
div.credits {
  font-size: xx-small;
  text-align: center;
  color: gray;
}
cite {
  font-style: italic;
  font-family: 'Baskerville Old Face', Baskerville, Times, serif;
}
