table.csv {
	min-width:285px;
	width: auto;
	font-size:12px;
	font-family:sans-serif;

	
}
table.csv
{
	border-style:solid;
	border-width:0px;
	border-color: #CCCCCC;
	vertical-align: bottom;
	background-color: #151515;
	margin-top:1px;
	margin-bottom:15px;
}
table.csv tr:nth-child(even) { 
  _background-color:#000;
  color:#FFC;
}
table.csv td {
	padding-top:0.3em;	
}