body {
  background-color: Black;
  color: White;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  scrollbar-base-color : #2C2C2C;
  }

a:hover {
  color: Red;
}

.present {
	font-size : 14pt;
	text-align : center;
}
.button {
	text-align : center;
	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
}

hr {
  height: 4px; 
  color: #424242;
  background-color: #424242;
  width: 75%;
}

form {
  font-family : Verdana,Arial,Helvetica,sans-serif;
  font-size : 10pt;
}

.input {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: White;
  font-size: 10pt;
  background-color : #454545;
}

.submit {
  font-family:  Verdana,Arial, Helvetica, sans-serif;
  background-color: #454545;
  color: #D2D2D2;
  font-size: 10pt;
  font-weight: bold;
}

.textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: White;
  font-size: 10pt;
  background-color : #454545;
}

.kleinfett{
  font-size: 8pt;
  font-weight: bold;
}
