@charset "utf-8";
body {
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: text.css;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.news {
	position: relative;
	width: 750px;
	height: auto;
	border-top: solid 1px red;
	text-align: justify;
	float: left;
}

.text1 {
	position: relative;

	width: 770px
	height: auto;
	float: left;
	text-align: justify;
}

h3 {
	font-size: 16px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
