body {
  background-color: white;
}

h1 {
  color: #4695E8;
  text-align: center;
  text-decoration: none;
  font: bold verdana;
}

h2 {
  color: #91B4D9;
  text-align: center;
  text-decoration: none;
  font: bold verdana;
}

p {
  font-family: verdana;
  font-size: 20px;
}

.logo {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.storylines{
	display: inline-block;
   	max-width:500px;
   	min-width: 250px;
   	min-height: 250px;
   	resize: both;
   	overflow: scroll;
}


.gallery {
  width: 250px;
  max-width: 100%;
  height: auto;
}

.pics {
  width: 500px;
  max-width: 100%;
  height: auto;
}

.thumb {
  width: 444px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.antispam { display:none;}

.heighttext{
    display:inline-block;
    padding:12px 10px;
    line-height:140%;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #000;
  border: none;
  color: yellow;
  padding: 16px 32px;
  text-decoration: Bold;
  margin: 4px 2px;
  font-size: 20px;
  cursor: pointer;
}