@charset "UTF-8";
/* CSS Document */

#scrollup {
	position: relative;
	overflow: hidden;
	height: 230px;
	width: 226px
}

.headline {
	position: absolute;
	top: 240px;
	left: 0;
	height: 230px;
	width:226px;
}

.headline>p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
	color:#006699;
}

.headline>p>a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
	font-style:italic;
	color:#006699;
}

