
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  background-size: auto;
  text-align: left;
  color: #444;
}
#marden{
  display:inline-block;
  background-color:darkred;
  width: 100px;
  height: 300px;
  margin-left: auto;
}
#marden_1{
  display:inline-block;
  position: relative;
  background-color:yellow;
  width: 100px;
  height: 300px;
  margin-left:100px;
}
#marden_2{
  display: inline-block;
  position: relative;
  background-color:navy;
  width: 100px;
  height: 300px;
  margin-left:100px;
}
ul{
  text-align: left;
  font-family: futura, sans-serif;
}
a, a:visited {
  color:rgb(0,0,0);
  text-decoration: none;0
}
h2 {
  font-family: futura,sans-serif;
}
