table.customer td {
    text-align:left;
	line-height:28px;
	
	font-family:'맑은 고딕',돋움체;
	font-size:14px;
	color:#666;
}
table.customer td:first-child {
	text-align:center;
	font-weight:600;
	background-color:#999;
	color:#fff;
}
table.download td {
    text-align:center;
	line-height:28px;
	
	font-family:'맑은 고딕',돋움체;
	font-size:14px;
	color:#666;
}
table.download tr:first-child td {
	background-color:#999;
	font-weight:600;
	text-align:center;
	color:#fff;
}


.download a:link    {color:#555555;font-weight:600;text-decoration:underline;}
.download a:visited {color:#456B0C;font-weight:600;text-decoration:underline;}
.download a:active  {color:#456B0C;font-weight:600;text-decoration:underline;}
.download a:hover   {color:#446E07;font-weight:600;text-decoration:underline;}
