 body {
   background-color: [-- VAR.Pound --][-- VAR.BackgroundColor --];
[-- IF VAR.BackgroundImage --]
   background-image: url([-- VAR.BackgroundImage --]);
[-- END_IF --]
 }
 #mu-main {
   width: [-- VAR.PageWidth --];
 }
 a, a:link, a:visited, a:active, #mu-sidebar a:hover {
    color: [-- VAR.Pound --][-- VAR.VisitedLinkColor --];
 }
 a:hover, #mu-sidebar a, #mu-sidebar a:link, #mu-sidebar a:visited, #mu-sidebar a:active {
    color: [-- VAR.Pound --][-- VAR.LinkColor --];
 }
 body, #mu-submenu a, #mu-submenu a:visited, #mu-submenu a:link, #mu-submenu a:active {
   color: [-- VAR.Pound --][-- VAR.TextColor --];
 }
 #mu-menu {
   background-color: [-- VAR.Pound --][-- VAR.ActiveLinkColor --];
 }
 .suckertreemenu ul li:hover, .suckertreemenu ul li ul li {
   background-color: [-- VAR.Pound --][-- VAR.LinkColor --];
 }
 #mu-footer .inner, .suckertreemenu ul, .suckertreemenu ul li, .search_submit {
   border-color: [-- VAR.Pound --][-- VAR.LinkColor --];
 }