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

table#sitemap_table {
	width: 620px; 
	margin: 30px;
	border: none;
}

table#sitemap_table td {
	width: 610px;
	border: none;
	padding-bottom: 20px;
}


table#sitemap_table td a {
	color: #555;		
}

table#sitemap_table td a:hover {
	color: #ff8106;		
}