b@1607: /* structure.css b@1607: * Define the structure for classes and objects in HTML b@1607: */ b@1607: b@1607: div.title { b@1607: width = 100%; b@1607: height = 50px; b@1607: margin-bottom: 10px; b@1607: } b@1607: b@1607: body { b@1607: b@1607: }