def rules(l, filename):
    return u.writefile(u.flattentostring([[x[0] + " {" + x[1] + ":" + x[2] + "}\n"] for x in l]), filename)
def css():
    return u.flattentostring(h.cssrules([
        ["body","color","black"]
        ]))