@charset "UTF-8";
/* CSS Document */

news_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990033;
	font-size: 11px;
	font-style: bold;
	}


.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size: 11px;
	line-height: 14px;
	}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #990033;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}