/* Author: Volker */ .background { fill:#444444; } text { font-family:Arial, Helvetica, sans-serif; font-size:12px; fill:#CCCCCC;} text.title {font-family:Arial, Helvetica, sans-serif; font-size:16px; fill:#CCCCCC;} text.copy { text-decoration:underline; stroke:none; fill:blue;} text.paste { text-decoration:underline; stroke:none; fill:blue;} text.l0 { text-decoration:underline; stroke:none; fill:red;} text.l1 { text-decoration:underline; stroke:none; fill:green;} text.l2 { text-decoration:underline; stroke:none; fill:blue;} text.l3 { text-decoration:underline; stroke:none; fill:magenta;} text.l4 { text-decoration:underline; stroke:none; fill:brown;} text.l5 { text-decoration:underline; stroke:none; fill:black;} text.l6 { text-decoration:underline; stroke:none; fill:olive;} text.l7 { text-decoration:underline; stroke:none; fill:gray;} text.l8 { text-decoration:underline; stroke:none; fill:yellow;} polyline { stroke:black; fill:none; } .border { stroke:black; fill:url(#grad1);} .vgrid { stroke:gray; stroke-dasharray:2,6;} .hgrid { stroke:gray; stroke-dasharray:2,6;} .pasted { stroke:black; stroke-dasharray:1,1;} .l0 { stroke:red;} .l1 { stroke:green;} .l2 { stroke:blue;} .l3 { stroke:magenta;} .l4 { stroke:brown;} .l5 { stroke:black;} .l6 { stroke:olive;} .l7 { stroke:gray;} .l8 { stroke:yellow;}