ul, li {
  display: inline;
  margin: 1em;
  padding: 0;
  font-weight: bold;
}
p {
text-align: center;
}
#body {
  margin-top: 100px;
}
a:link, a:visited {
 text-decoration: none;
 color: #aaa;
}
a:link:hover, a:visited:hover {
 text-decoration: none;
 color: #999;
}

form {
 text-align: center;
}
#textinput {
  background-color: #fff;
  border-color: #aaa;
  border-width: 0px 0px 1px 0px;
}
#authorinput {
  color: #777;
  background-color: #eee;
  border-color: #ddd;
  border-width: 0px 0px 1px 0px;
}

.button {
  color: #777;
  padding-left: 2em;
  padding-right: 2em;
  border: 1px solid #aaa;
}

#hardtosee {
  text-align: center;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
  padding: 4px;
  color: #eee;
}


#bottommenu {
 text-align: center;
 margin-top: 100px;
/*
 position: absolute;
*/
}