a { color:white;text-decoration:underline; }
a:hover { font-weight:bold;color:white; }

			.dragBox {
				position:absolute;
				padding: 0px;
				left:300px;
				top:100px;
			}

			.newsBox {
				float:left;
				position:relative;
				overflow:auto;
				width:485px;
				height:100%;
				text-align:justify;
				padding-right:5px;
				color: #FFFFFF;
				font-family: tahoma;
				font-size: 9pt;
			}

			.newsBoxTop {
				height:40px;
				background-image:url('../images/news_top.png');
			}

			.newsBoxBottom {
				height:30px;
				background-image:url('../images/news_bottom.png');
			}

			span {
				float:left;
				position:relative;
			}