.bottom-bar {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color: black;
	text-align: center;
  line-height: 125%;
  color: white;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
}

img {
    border: 3px solid white;
    margin-bottom: 0px;
}
.caption {
  background-color: white;
  color: black;
  margin-top: 0em;
  margin-bottom: 1em;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.caption_vert {
  background-color: white;
  color: black;
  margin-top: 0em;
  margin-bottom: 1em;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 607px;
  text-align: center;
}
.caption a{
    color: black;
}
#a_black{
  color: black;
}


textarea {
	font-size:20px;
}

input {
	font-size:16px;
}
img {
    border: 3px solid white;
}

input[type="text"], textarea {
  text-align:center;
  background-color : black; 
  color: gray;
}

a {
  color: white;
}

a:hover, a:active {
    background-color: gray;
}

h3 {
  font-size: 13pt;
  color: gray;
  font-weight: normal;
}