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