static S ahref_unstyled(S link, O contents, O... params) { if (link == null) ret str(contents); ret ahref(link, contents, paramsPlus(params, style := unparseCSSParameter(mapPlus_noOverwrite(parseCSSParameter(stringPar style(params)), "text-decoration" := "none", color := "inherit")))); }