@charset "utf-8";
/* CSS Document */
.newdat {
	font-size: 12px;
	background:#ffffff;
	border:none;
	width:600px;
	height:80px;
	overflow:auto;
	text-align: left;
}
.newdat a {
	color: #0033CC;
}
.newdat a:hover {
color: #0000ff;
text-decoration: underline;
}
.newdat a:active {
	color: #0099CC;
	text-decoration: underline;
}
.newdat a:visited {
	color: #663366;
	text-decoration: underline;
}
