@charset "UTF-8";
body {
	margin: auto;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #CC00FF;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}
#container {
	margin: 0px;
	width: 800px;
}
#main {
	text-align: left;
}
.news {
	font-size: 16px;
	color: #000000;
	background-color: #FFFFCD;
	font-weight: 500;
}

