
            #bgtop
            {
                background-color: white;
            }
        
            BODY
            {
                background-color: blue;
            }
        
            #sidebar, #tdsidebar
            {
                background-color: orange;
            }
        
            .sidebarlist
            {
                background-color: white;
            }
        
            .sidebarlist > legend
            {
                background-color: orange;
            }
        
            .sidebarlist > legend
            {
                color: black;
            }
        
            .post .title, #comments > legend, .comment > legend, #responsebox > legend
            {
                background-color: blue;
            }
        
            #single .postcattags .capsule
            {
                background-color: blue;
            }
        