/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

bbody {
  background-color: #ecece8;
  font-family: "times", serif;
  padding: 5px 25px 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "helvetica", sans-serif;
  font-size: 40px;
  margin-bottom:0px;
  color: #ff383f;
}

li {font-size:23px;
  font-weight:bold;
  margin-top: 30px;
}
p {margin-top: 0px;
}

a:link {
  color: deeppink;
  text-decoration: none;
}


a:visited {
  color: skyblue;
  text-decoration: dotted line-through;
}


a:hover {
  color: hotpink;
  text-decoration: underline;
}

a:active {
  color: pink;
  text-decoration: underline;

}

#wrapper{ max-width: 650px;
  margin: 0 auto;
  width: 100%;
}

.gfx{

  width: 95%;
}