body {
  background-color: rgb(235, 229, 220);
  background-image: url("images/yellow_mud.png");
  font-size: 13pt;
  margin-left: 15%;    
  margin-right: 15%;    
}

.blueonyellow {
  background-color: rgb(127, 128, 0);
  color: rgb(0, 3, 242);
}

.yellowonblue {
  color: rgb(127, 128, 0);
  background-color: rgb(0, 3, 242);
}

.blue {
  color: rgb(0, 3, 242);
}

a {
  text-decoration: none;
  color: rgb(12, 43, 255);
}

a:hover {
  text-decoration: underline;
}

#structure:hover, #objectives:hover, #strategy:hover, #projects:hover, #staff:hover, #partners:hover, #corolaries:hover {
  color: rgb(255, 208, 49);
  text-decoration: none;
}

#altlang {
  position: fixed;
  right: 1em;
  width: 5em;
  text-align: center;
  padding-top: .25em;
  padding-bottom: .25em;
  border: 2px solid gray;
}

#altlang:hover {
  background-color: rgb(230, 224, 215);
}

.mainlink {
  font-weight: bold;
  font-size: 30pt;
  display: block;
  position: absolute;
}

h1, h2, h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: .05em;
  margin-top: .05em;
}

h1 {
  font-size: 85px;
}

h2 {
  font-style: italic;
}

h1 a {
  color: black;
}

p {
  text-align: justify;
}

.image {
  border: 2px solid gray;
}

.image img {
  margin-bottom: 0em;
  padding-bottom: 0em;
  width: 100%;
}

.caption {
   text-align: center;
   padding-left: 1em;
   padding-right: 1em;
   margin-top: 0em;
   margin-bottom: 0em;
   font-size: 12pt;
   border-top: 1px solid gray;
}

#structure {
  top: 100px;
  left: 060px;
}

#staff {
  top: 150px;
  left: 090px;
}

#partners {
  top: 225px;
  left: 530px;
}

#corolaries {
  top: 275px;
  left: 540px;
}

#projects {
  top: 350px;
  left: 550px;
}
