michael@0: body { michael@0: color: lime; michael@0: background: #333333; michael@0: font-family: monospace; michael@0: } michael@0: :link { michael@0: color: yellow; michael@0: } michael@0: :visited { michael@0: color: #999900; michael@0: } michael@0: table { michael@0: border: 1px dotted; michael@0: border-spacing: 7px; michael@0: font-size: larger; michael@0: font-weight: 900; michael@0: font-family: sans-serif; michael@0: color: white; michael@0: } michael@0: td, th { michael@0: border: 1px dotted; michael@0: } michael@0: .separate { michael@0: border-collapse: separate; michael@0: } michael@0: .collapse { michael@0: border-collapse: collapse; michael@0: } michael@0: .b, .e { michael@0: border: 13px dotted; michael@0: } michael@0: michael@0: /*Columns*/ michael@0: .a {width: 126px} michael@0: .b {width: 192px} michael@0: .c {width: 114px} michael@0: .d {width: 109px} michael@0: michael@0: /*Rows*/ michael@0: .d {height: 96px} michael@0: .h {height: 104px} michael@0: .l {height: 80px} michael@0: .p {height: 111px}