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

#scrollup {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 180px
}

.headline {
	position: absolute;
	top: 210px;
	left: 0;
	height: 190px;
	width:180px;
}

#scrollup p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#6699CC;
	line-height:1.4em;
}

#scrollup p.newsTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000033;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-1px;
}

#scrollup a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000033;
	line-height:1.4em;
	text-decoration:none;
	font-variant:small-caps;
}

#scrollup a:Hover {
	text-decoration:underline;
}