table.listStock {	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	width: 100%;}
table.listStock img {	border: 3px solid #FDC22A;}
div.stockName {	clear: both;
	margin-bottom: 10px;
	text-align: left;}
div.stockDate {	clear: both;
	text-align: right;
	font-size: 80%;
	color: #666666;}
div.stockName span.stockListDate {
        color: #000000;
        font-weight: bold;
}
div.stockName a {
        font-weight: bold;
        font-size: 100%;
        color: #000000;
        text-decoration: none;
}
div.stockName a:hover {
        text-decoration: underline;
}

