
/*
###############################################################################
SITEMAP
*/

table#sitemapTable {
 width : 80%;
 margin : auto;
 border : 1px solid #ccc;
 border-collapse: collapse;
}

table#sitemapTable th, table#sitemapTable td {
 border : 1px solid #ccc;
 padding : 0.2em 0.5em;
}

table#sitemapTable tr td a {
 word-spacing : 0.75em;
 text-transform : capitalize;
}
