#scrollup {
  position: relative;
  overflow: hidden;
  height: 100px;
  width: 500px;
}

.headline {
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:650px;
}

.headline span {
	font-weight: bold;
	display: block;
}

ul li a {
	background-color: transparent;	
	text-decoration: none;
	display: block;	
	color: #000000;
}

ul li a:hover{color: #6B6B6B}