@charset "utf-8";
/* CSS Document */


#newsHistory {
	font-size: 12px;
	background-color: #FFC;
	text-align: left;
	line-height: 1.5em;
	color: #900;
}


#newsHistory dl dt {
	font-weight: bold;
	color: #390;
}

#newsHistory dl dd { border-bottom: 2px dotted #F00; }
