body {
  background-color: #FFFF66;
  width: 95%;
  margin-left: 5%; }

#content {
  width: 70%;
  float: left; }

#quick_links {
  float: left;
  width: 20%;
  margin-top: 40px;
  margin-left: 20px;
  padding: 3px;
  padding-left: 1em;
  border: solid;
  border-color: #00066;
  border-width: 1px;
  background-color: #BDBDBD; }
  #quick_links ul {
    list-style: none outside;
    margin: 0px;
    padding: 0px; }
    #quick_links ul li span.view {
      font-weight: bold; }

h1 {
  color: white;
  font-size: x-large;
  background-color: #000066;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 3ex;
  margin-bottom: 30px; }

h2 {
  color: black;
  font-size: large;
  text-indent: 0ex;
  border-bottom: dotted white; }

#lastupdate {
  border-top: solid #000066;
  font-size: small; }

div.citation {
  margin-left: 10ex;
  margin-right: 10ex; }

#presentation {
  text-align: justify; }

ul.entry li {
  margin-bottom: 2ex; }
  ul.entry li span.title {
    color: #000066; }

a {
  text-decoration: none;
  color: black;
  text-decoration: underline; }

a.titlelink {
  text-decoration: none;
  color: white; }

a.homelink {
  text-decoration: none;
  color: black; }

a.semplink {
  text-decoration: none;
  color: black;
  font-weight: bold; }
